From a2b0612212541fb1eabd7b8310c2a131588fb019 Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Mon, 25 Aug 2014 12:32:15 +1000 Subject: [PATCH] allow bower install to run without asking for permission to collect stats --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a30fed03cf..e6145562cf 100644 --- a/package.json +++ b/package.json @@ -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",