Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
add unsafe-perm config in npm script (#207)
Browse files Browse the repository at this point in the history
fixes #206
  • Loading branch information
hlolli authored and anmonteiro committed Jul 15, 2017
1 parent 18c0f29 commit 828011d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/lumo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
},
"homepage": "https://github.com/anmonteiro/lumo",
"preferGlobal": true,
"config": {
"unsafe-perm": true
},
"scripts": {
"install": "node scripts/npm_install.js || nodejs scripts/npm_install.js"
},
Expand Down

0 comments on commit 828011d

Please sign in to comment.