moved grunt to dev dependencies

This commit is contained in:
David Baldwynn 2017-11-06 14:05:59 -08:00
parent b29d5bad36
commit 5b847b33ec

View File

@ -21,7 +21,7 @@
"generate": "all-contributors generate",
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false; grunt build;",
"postinstall": "bower install --config.interactive=false",
"init": "node scripts/setup.js"
},
"dependencies": {