fix: Restore bower install option

This commit is contained in:
1ambda 2016-11-19 22:50:53 +09:00
parent 4c26211fae
commit ca2359c522

View file

@ -3,7 +3,7 @@
"license": "Apache-2.0",
"version": "0.0.0",
"scripts": {
"postinstall": "node_modules/.bin/bower install",
"postinstall": "node_modules/.bin/bower install --allow-root install",
"build": "./node_modules/.bin/grunt build",
"test": "./node_modules/.bin/grunt test"
},