Skip to content

Commit 2943060

Browse files
committed
Updating grunt to 0.4.0rc5, updating dev deps as well.
1 parent b489db0 commit 2943060

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt",
33
"description": "A task-based command line build tool for JavaScript projects.",
4-
"version": "0.4.0rc4",
4+
"version": "0.4.0rc5",
55
"author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
66
"homepage": "http://gruntjs.com/",
77
"repository": {
@@ -62,9 +62,9 @@
6262
},
6363
"devDependencies": {
6464
"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",
65+
"grunt-contrib-jshint": "~0.1.1rc5",
66+
"grunt-contrib-nodeunit": "~0.1.2rc5",
67+
"grunt-contrib-watch": "~0.2.0a",
6868
"difflet": "~0.2.3"
6969
}
7070
}

0 commit comments

Comments
 (0)