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 4127936 commit 7aa73dcCopy full SHA for 7aa73dc
package.json
@@ -23,8 +23,7 @@
23
"start": "node node_modules/react-native/local-cli/cli.js start",
24
"test:flow": "flow check",
25
"test:eslint": "eslint 'lib/**/*.js' 'example/**/*.js'",
26
- "release": "release-it",
27
- "postinstall": "patch-package"
+ "release": "release-it"
28
},
29
"peerDependencies": {
30
"react": "^16.0",
@@ -45,7 +44,6 @@
45
44
"react-native": "0.58.4",
46
"react-test-renderer": "16.6.3",
47
"release-it": "^10.3.1",
48
- "patch-package": "^6.0.5",
49
"postinstall-postinstall": "^2.0.0"
50
51
"eslintConfig": {
0 commit comments