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 2
2
"name" : " <%= project.slug %>" ,
3
3
"version" : " 0.1.0" ,
4
4
"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" ,
7
7
"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" ,
10
10
"files" : [
11
11
" src" ,
12
12
" lib" ,
Original file line number Diff line number Diff line change 3
3
"description" : " Example app for <%= project.slug %>" ,
4
4
"version" : " 0.0.1" ,
5
5
"private" : true ,
6
- "main" : " index.js " ,
6
+ "main" : " index" ,
7
7
"scripts" : {
8
8
"android" : " expo start --android" ,
9
9
"ios" : " expo start --ios" ,
You can’t perform that action at this time.
0 commit comments