We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b489db0 commit 2943060Copy full SHA for 2943060
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "grunt",
3
"description": "A task-based command line build tool for JavaScript projects.",
4
- "version": "0.4.0rc4",
+ "version": "0.4.0rc5",
5
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
6
"homepage": "http://gruntjs.com/",
7
"repository": {
@@ -62,9 +62,9 @@
62
},
63
"devDependencies": {
64
"temporary": "~0.0.4",
65
- "grunt-contrib-jshint": "~0.1.0",
66
- "grunt-contrib-nodeunit": "~0.1.0",
67
- "grunt-contrib-watch": "~0.1.4",
+ "grunt-contrib-jshint": "~0.1.1rc5",
+ "grunt-contrib-nodeunit": "~0.1.2rc5",
+ "grunt-contrib-watch": "~0.2.0a",
68
"difflet": "~0.2.3"
69
}
70
0 commit comments