package.json: add grunt-cli
This is needed to run npm scripts that uses grunt.
This commit is contained in:
parent
54622e7861
commit
f2c40234d3
@ -41,6 +41,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.5",
|
"grunt": "~0.4.5",
|
||||||
|
"grunt-cli": "^0.1.13",
|
||||||
"grunt-contrib-uglify": "~0.5.0",
|
"grunt-contrib-uglify": "~0.5.0",
|
||||||
"grunt-contrib-watch": "^0.6.1",
|
"grunt-contrib-watch": "^0.6.1",
|
||||||
"handlebars": "^2.0.0",
|
"handlebars": "^2.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user