Silence bower during automatic installation

This commit is contained in:
kevgliss 2015-07-23 16:24:51 -07:00
parent c04e23d3ea
commit b481eea529
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
"node": ">=0.10.0"
},
"scripts": {
"postinstall": "bower install --allow-root",
"postinstall": "bower install --allow-root --config.interactive=false",
"pretest": "npm install && npm run build_static",
"build_static": "gulp build",
"prelint": "npm install",