allow bower install to run without asking for permission to collect stats

This commit is contained in:
Alice Harris 2014-08-25 12:32:15 +10:00
parent ef548ec9ed
commit a2b0612212

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",