Merge pull request #93 from AnSavvides/master

Add grunt & grunt-cli to devDependencies
This commit is contained in:
Simon Bailey 2015-04-27 19:47:01 +01:00
commit 189967aa69

View File

@ -31,6 +31,8 @@
"yeoman-generator": "^0.17.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"mocha": "^1.21.4",
"underscore.string": "^2.3.3"
},