mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
chore: Add slient option to bower (show error only)
This commit is contained in:
parent
ca2359c522
commit
6bb52ccace
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue