Skip to content

Commit 035b631

Browse files
committed
chore: update package entry files
1 parent 5ff4423 commit 035b631

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
"name": "react-native-nitro-sqlite",
33
"version": "9.1.11",
44
"description": "Fast SQLite library for React Native built using Nitro Modules",
5-
"source": "./src/index.ts",
6-
"main": "./lib/commonjs/index",
7-
"module": "./lib/module/index",
8-
"types": "./lib/typescript/commonjs/index.d.ts",
5+
"main": "lib/module/index",
6+
"module": "lib/module/index",
7+
"types": "lib/typescript/module/index.d.ts",
8+
"source": "src/index",
9+
"react-native": "src/index",
910
"exports": {
1011
".": {
1112
"import": {
12-
"types": "./lib/typescript/module/index.d.ts",
13-
"default": "./lib/module/index.js"
13+
"types": "lib/typescript/module/index.d.ts",
14+
"default": "lib/module/index.js"
1415
},
1516
"require": {
16-
"types": "./lib/typescript/commonjs/index.d.ts",
17-
"default": "./lib/commonjs/index.js"
17+
"types": "lib/typescript/commonjs/index.d.ts",
18+
"default": "lib/commonjs/index.js"
1819
}
1920
}
2021
},

0 commit comments

Comments
 (0)