File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments