Add the grunt-cli as a dependency instead of assuming global grunt.
This commit is contained in:
parent
e448cf8cd1
commit
4881281ea1
1 changed files with 3 additions and 2 deletions
|
@ -22,10 +22,11 @@
|
||||||
"node": "~4.1.1"
|
"node": "~4.1.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"underscore": "~1.8.3",
|
|
||||||
"express": "~4.13.3",
|
"express": "~4.13.3",
|
||||||
|
"grunt-cli": "^0.1.13",
|
||||||
"mustache": "~2.1.3",
|
"mustache": "~2.1.3",
|
||||||
"socket.io": "~1.3.7"
|
"socket.io": "~1.3.7",
|
||||||
|
"underscore": "~1.8.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt-contrib-qunit": "~0.7.0",
|
"grunt-contrib-qunit": "~0.7.0",
|
||||||
|
|
Loading…
Reference in a new issue