Skip to content

Commit

Permalink
updating to non-broken opencollective-postinstall, instead of opencol…
Browse files Browse the repository at this point in the history
…lective (#106)
  • Loading branch information
mateodelnorte authored and ralphtheninja committed May 23, 2018
1 parent ddd4a78 commit a7502af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -35,15 +35,15 @@
"dependencies": {
"level-packager": "^2.0.2",
"leveldown": "^4.0.0",
"opencollective": "^1.0.3"
"opencollective-postinstall": "^2.0.0"
},
"devDependencies": {
"standard": "^11.0.0",
"tape": "^4.2.2"
},
"scripts": {
"test": "standard && node test.js",
"postinstall": "opencollective postinstall || exit 0"
"postinstall": "opencollective-postinstall || exit 0"
},
"engines": {
"node": ">=6"
Expand Down

0 comments on commit a7502af

Please sign in to comment.