File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22 "name" : " <%= project.slug %>" ,
33 "version" : " 0.1.0" ,
44 "description" : " <%= project.description %>" ,
5- "main" : " lib/commonjs/index.js " ,
6- "module" : " lib/module/index.js " ,
5+ "main" : " lib/commonjs/index" ,
6+ "module" : " lib/module/index" ,
77 "types" : " lib/typescript/src/index.d.ts" ,
8- "react-native" : " src/index.tsx " ,
9- "source" : " src/index.tsx " ,
8+ "react-native" : " src/index" ,
9+ "source" : " src/index" ,
1010 "files" : [
1111 " src" ,
1212 " lib" ,
Original file line number Diff line number Diff line change 33 "description" : " Example app for <%= project.slug %>" ,
44 "version" : " 0.0.1" ,
55 "private" : true ,
6- "main" : " index.js " ,
6+ "main" : " index" ,
77 "scripts" : {
88 "android" : " expo start --android" ,
99 "ios" : " expo start --ios" ,
You can’t perform that action at this time.
0 commit comments