Skip to content

Commit 75d4dd5

Browse files
committed
Upgrade grunt and devDeps to 1.0
1 parent 2a18b92 commit 75d4dd5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
"source-map": "^0.5.3"
2121
},
2222
"devDependencies": {
23-
"grunt": "^0.4.5",
24-
"grunt-cli": "^0.1.13",
23+
"grunt": "^1.0.0",
2524
"grunt-contrib-clean": "^1.0.0",
26-
"grunt-contrib-internal": "^0.4.2",
25+
"grunt-contrib-internal": "^1.1.0",
2726
"grunt-contrib-jshint": "^1.0.0",
28-
"grunt-contrib-nodeunit": "^0.4.0"
27+
"grunt-contrib-nodeunit": "^1.0.0"
2928
},
3029
"peerDependencies": {
3130
"grunt": ">=0.4.0"

0 commit comments

Comments
 (0)