Added grunt-cli to package.json
This commit is contained in:
parent
f6d785d2b3
commit
695af67a93
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
"grunt-contrib-uglify": "*",
|
"grunt-contrib-uglify": "*",
|
||||||
"grunt-contrib-cssmin": "*",
|
"grunt-contrib-cssmin": "*",
|
||||||
"grunt-contrib-jshint": "~0.10.0",
|
"grunt-contrib-jshint": "~0.10.0",
|
||||||
"grunt-shell": "~1.1.1"
|
"grunt-shell": "~1.1.1",
|
||||||
|
"grunt-cli": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue