File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
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- "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" ,
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" ,
1010 "exports" : {
1111 "." : {
1212 "import" : {
13- "types" : " lib/typescript/module/index.d.ts" ,
14- "default" : " lib/module/index.js"
13+ "types" : " ./ lib/typescript/module/index.d.ts" ,
14+ "default" : " ./ lib/module/index.js"
1515 },
1616 "require" : {
17- "types" : " lib/typescript/commonjs/index.d.ts" ,
18- "default" : " lib/commonjs/index.js"
17+ "types" : " ./ lib/typescript/commonjs/index.d.ts" ,
18+ "default" : " ./ lib/commonjs/index.js"
1919 }
2020 }
2121 },
You can’t perform that action at this time.
0 commit comments