Skip to content

Commit f680e89

Browse files
committed
Upgrade grunt and devDeps to 1.0
1 parent 7e72c39 commit f680e89

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@
2323
"uri-path": "^1.0.0"
2424
},
2525
"devDependencies": {
26-
"grunt": "^0.4.2",
27-
"grunt-cli": "^0.1.13",
28-
"grunt-contrib-clean": "^0.7.0",
29-
"grunt-contrib-internal": "^0.4.12",
30-
"grunt-contrib-jshint": "^0.12.0",
31-
"grunt-contrib-nodeunit": "^0.4.0"
26+
"grunt": "^1.0.0",
27+
"grunt-contrib-clean": "^1.0.0",
28+
"grunt-contrib-internal": "^1.1.0",
29+
"grunt-contrib-jshint": "^1.0.0",
30+
"grunt-contrib-nodeunit": "^1.0.0"
3231
},
3332
"keywords": [
3433
"gruntplugin"

0 commit comments

Comments
 (0)