Skip to content

Commit bb33a5e

Browse files
committed
add grunt-cli
1 parent e01893f commit bb33a5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@
2020
"test": "grunt nodeunit"
2121
},
2222
"devDependencies": {
23+
"grunt": "~0.4.1",
24+
"grunt-cli": "^1.5.0",
2325
"grunt-contrib-jshint": "~0.6.4",
2426
"grunt-contrib-nodeunit": "~0.2.0",
2527
"grunt-contrib-watch": "~0.5.3",
26-
"grunt": "~0.4.1",
2728
"which": "~1.0.5"
2829
},
2930
"keywords": [

0 commit comments

Comments
 (0)