Skip to content

Commit

Permalink
fix: allow bower to install with root
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaixhin committed Oct 21, 2015
1 parent 9293cb1 commit 974c99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node index.js",
"test": "echo \"No test specified\" && exit 0",
"postinstall": "bower install"
"postinstall": "bower install --allow-root"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 974c99e

Please sign in to comment.