Added grunt-cli dev dependency

This commit is contained in:
Spencer Alger 2014-03-03 15:03:13 -07:00
parent 68b05ed194
commit a49548f554

View file

@ -16,7 +16,8 @@
"mocha": "~1.17.1", "mocha": "~1.17.1",
"grunt-contrib-watch": "~0.5.3", "grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jade": "~0.10.0", "grunt-contrib-jade": "~0.10.0",
"grunt-contrib-less": "~0.9.0" "grunt-contrib-less": "~0.9.0",
"grunt-cli": "~0.1.13"
}, },
"scripts": { "scripts": {
"test": "grunt test", "test": "grunt test",