Added grunt-cli to package.json

This commit is contained in:
Marcin Kurczewski 2014-09-19 13:05:24 +02:00
parent f6d785d2b3
commit 695af67a93

View file

@ -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": "*"
} }
} }