File tree 2 files changed +5
-8
lines changed 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 6
6
"url" : " https://github.com/troberts-28"
7
7
},
8
8
"license" : " MIT" ,
9
- "version" : " 1.10.0 " ,
9
+ "version" : " 1.10.1 " ,
10
10
"main" : " dist/commonjs/index.js" ,
11
- "types" : " dist/typescript/src/index.d.ts" ,
11
+ "module" : " dist/module/index.js" ,
12
+ "types" : " dist/typescript/index.d.ts" ,
13
+ "typings" : " dist/typescript/index.d.ts" ,
14
+
12
15
"scripts" : {
13
16
"setup" : " yarn && cd example && yarn" ,
14
17
"setup-bare" : " yarn && cd example-bare && yarn" ,
125
128
"react-test-renderer" : " ^18.0.0" ,
126
129
"typescript" : " ^4.7.4"
127
130
},
128
- "react-native" : " src/index.ts" ,
129
- "source" : " src/index.ts" ,
130
- "module" : " dist/module/index.js" ,
131
- "typings" : " ./dist/typescript/index.d.ts" ,
132
131
"react-native-builder-bob" : {
133
132
"source" : " src" ,
134
133
"output" : " dist" ,
Original file line number Diff line number Diff line change 5
5
"lib" : [" esnext" ],
6
6
"allowJs" : true ,
7
7
"jsx" : " react-native" ,
8
- "noEmit" : false ,
9
8
"strict" : true ,
10
9
"moduleResolution" : " node" ,
11
10
"allowSyntheticDefaultImports" : true ,
12
11
"esModuleInterop" : true ,
13
12
"skipLibCheck" : true ,
14
- "outDir" : " ./dist" ,
15
13
"rootDir" : " src" ,
16
14
"declaration" : true
17
15
},
You can’t perform that action at this time.
0 commit comments