chore: Add slient option to bower (show error only)

This commit is contained in:
1ambda 2016-11-19 23:19:13 +09:00
parent ca2359c522
commit 6bb52ccace

View file

@ -3,7 +3,7 @@
"license": "Apache-2.0",
"version": "0.0.0",
"scripts": {
"postinstall": "node_modules/.bin/bower install --allow-root install",
"postinstall": "node_modules/.bin/bower install --silent",
"build": "./node_modules/.bin/grunt build",
"test": "./node_modules/.bin/grunt test"
},
@ -13,7 +13,7 @@
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"bower": "1.7.2",
"bower": "^1.8.0",
"grunt": "^0.4.1",
"grunt-cache-bust": "1.3.0",
"grunt-cli": "^0.1.13",