Skip to content

Commit

Permalink
Update to opencollective-postinstall
Browse files Browse the repository at this point in the history
The https://github.com/opencollective/opencollective-cli package is
deprecated, and
https://github.com/opencollective/opencollective-postinstall is a more
lightweight alternative, with no transitive dependencies.
  • Loading branch information
stianjensen committed Dec 12, 2021
1 parent b6e8e71 commit 2be848b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types": "index.d.ts",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "./node_modules/.bin/opencollective postinstall || exit 0",
"postinstall": "opencollective-postinstall",
"build": "./node_modules/.bin/babel src -d dist",
"lint": "prettier-eslint $PWD/'src/**/*.js' $PWD/'__tests__/**/*.js' --list-different",
"fix": "prettier-eslint $PWD/'src/**/*.js' $PWD/'__tests__/**/*.js' --write",
Expand All @@ -25,7 +25,7 @@
"@babel/runtime": "^7.6.0",
"add": "^2.0.6",
"lodash": "^4.17.15",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.3",
"path-to-regexp": "^2.4.0",
"prop-types": "^15.6.2",
"react-navigation": "^4.x",
Expand Down

0 comments on commit 2be848b

Please sign in to comment.