Merge pull request #3915 from Alys/bowerInteractiveOff

allow bower install to run without asking for permission to collect stats
This commit is contained in:
Tyler Renelle 2014-08-25 12:24:18 -06:00
commit 37be3032d8

View file

@ -68,7 +68,7 @@
"scripts": {
"test": "./test/run_tests.sh",
"start": "grunt run:dev",
"postinstall": "./node_modules/bower/bin/bower install -f"
"postinstall": "./node_modules/bower/bin/bower --config.interactive=false install -f"
},
"devDependencies": {
"protractor": "~0.14.0",