Skip to content

Commit

Permalink
Merge pull request #101 from Level/postinstall
Browse files Browse the repository at this point in the history
Ignore postinstall failures
  • Loading branch information
ralphtheninja committed May 5, 2018
2 parents 5d07a5e + 3ee116a commit 19c6fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
},
"scripts": {
"test": "standard && node test.js",
"postinstall": "opencollective postinstall"
"postinstall": "opencollective postinstall || exit 0"
},
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 19c6fde

Please sign in to comment.