chore: Remove bower install root option

This commit is contained in:
1ambda 2016-11-19 22:38:10 +09:00
parent 488092af94
commit e08580983f

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",
"build": "./node_modules/.bin/grunt build",
"test": "./node_modules/.bin/grunt test"
},