Skip to content

Commit bf69340

Browse files
committed
fix: Fix package contents
1 parent 6964847 commit bf69340

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,21 @@
99
"source": "src/index",
1010
"files": [
1111
"src",
12-
"lib",
13-
"android",
14-
"ios",
15-
"cpp",
16-
"react-native-bignumber.podspec"
12+
"lib/commonjs",
13+
"lib/module",
14+
"lib/typescript",
15+
"android/src",
16+
"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"
1727
],
1828
"scripts": {
1929
"typescript": "tsc --noEmit",

0 commit comments

Comments
 (0)