removed setup.js from postinstall in package.json

This commit is contained in:
David Baldwynn 2016-06-17 12:14:34 -07:00 committed by Sam
parent 694e75d40a
commit 35fb170abb

View File

@ -19,8 +19,8 @@
"scripts": {
"start": "grunt",
"test": "grunt test && grunt coveralls",
"setup": "node scripts/setup.js;",
"postinstall": "bower install --config.interactive=false; grunt build;"
"init": "node scripts/setup.js"
},
"dependencies": {
"async": "^1.4.2",