We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6964847 commit bf69340Copy full SHA for bf69340
package.json
@@ -9,11 +9,21 @@
9
"source": "src/index",
10
"files": [
11
"src",
12
- "lib",
13
- "android",
14
- "ios",
15
- "cpp",
16
- "react-native-bignumber.podspec"
+ "lib/commonjs",
+ "lib/module",
+ "lib/typescript",
+ "android/src",
+ "android/build.gradle",
17
+ "android/CMakeLists.txt",
18
+ "android/gradle.properties",
19
+ "ios/**/*.h",
20
+ "ios/**/*.m",
21
+ "ios/**/*.mm",
22
+ "ios/**/*.cpp",
23
+ "cpp/**/*.h",
24
+ "cpp/**/*.cpp",
25
+ "react-native-bignumber.podspec",
26
+ "README.md"
27
],
28
"scripts": {
29
"typescript": "tsc --noEmit",
0 commit comments