We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406f783 commit 9804b8fCopy full SHA for 9804b8f
1 file changed
package.json
@@ -2,11 +2,17 @@
2
"name": "react-native-zstd",
3
"version": "1.0.1",
4
"description": "ZSTD for React Native",
5
- "main": "lib/commonjs/index",
6
- "module": "lib/module/index",
7
- "types": "lib/typescript/index.d.ts",
+ "source": "./src/index.tsx",
+ "main": "./lib/module/index.js",
+ "types": "./lib/typescript/src/index.d.ts",
8
"react-native": "src/index",
9
- "source": "src/index",
+ "exports": {
10
+ ".": {
11
12
+ "default": "./lib/module/index.js"
13
+ },
14
+ "./package.json": "./package.json"
15
16
"files": [
17
"src",
18
"lib",
0 commit comments