Skip to content

Commit 974c99e

Browse files
committed
fix: allow bower to install with root
1 parent 9293cb1 commit 974c99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "node index.js",
88
"test": "echo \"No test specified\" && exit 0",
9-
"postinstall": "bower install"
9+
"postinstall": "bower install --allow-root"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)