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.
2 parents b9f3b42 + 9d9eafe commit 99da121Copy full SHA for 99da121
1 file changed
packages/react-native-gesture-handler/package.json
@@ -16,7 +16,9 @@
16
"circular-dependency-check": "yarn madge --extensions js,ts,tsx --circular src",
17
"architectures-consistency-check": "node ../../scripts/codegen-check-consistency.js",
18
"sync-architectures": "node ../../scripts/codegen-sync-archs.js",
19
- "clean": "rm -rf node_modules android/build android/.cxx"
+ "clean": "rm -rf node_modules android/build android/.cxx",
20
+ "prepack": "cp ../../README.md ./README.md",
21
+ "postpack": "rm ./README.md"
22
},
23
"react-native": "src/index.ts",
24
"main": "lib/commonjs/index.js",
0 commit comments