We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e8e71 commit 2be848bCopy full SHA for 2be848b
package.json
@@ -15,7 +15,7 @@
15
"types": "index.d.ts",
16
"scripts": {
17
"start": "node node_modules/react-native/local-cli/cli.js start",
18
- "postinstall": "./node_modules/.bin/opencollective postinstall || exit 0",
+ "postinstall": "opencollective-postinstall",
19
"build": "./node_modules/.bin/babel src -d dist",
20
"lint": "prettier-eslint $PWD/'src/**/*.js' $PWD/'__tests__/**/*.js' --list-different",
21
"fix": "prettier-eslint $PWD/'src/**/*.js' $PWD/'__tests__/**/*.js' --write",
@@ -25,7 +25,7 @@
25
"@babel/runtime": "^7.6.0",
26
"add": "^2.0.6",
27
"lodash": "^4.17.15",
28
- "opencollective": "^1.0.3",
+ "opencollective-postinstall": "^2.0.3",
29
"path-to-regexp": "^2.4.0",
30
"prop-types": "^15.6.2",
31
"react-navigation": "^4.x",
0 commit comments