File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 8
8
"react-native" : " src/index.tsx" ,
9
9
"files" : [
10
10
" src" ,
11
- " lib"
11
+ " lib" ,
12
+ " android" ,
13
+ " ios" ,
14
+ " <%= project.package %>.podspec"
12
15
],
13
16
"scripts" : {
14
17
"test" : " jest" ,
18
21
"example" : " yarn --cwd example" ,
19
22
"bootstrap" : " yarn example && yarn && cd example/ios && pod install"
20
23
},
21
- "keywords" : [
22
- " react-native" ,
23
- " ios" ,
24
- " android"
25
- ],
24
+ "keywords" : [" react-native" , " ios" , " android" ],
26
25
"repository" : " <%= repo %>" ,
27
26
"author" : " <%= author.name %> <<%= author.email %>> (<%= author.url %>)" ,
28
27
"license" : " MIT" ,
54
53
},
55
54
"jest" : {
56
55
"preset" : " react-native" ,
57
- "modulePathIgnorePatterns" : [
58
- " <rootDir>/lib/"
59
- ]
56
+ "modulePathIgnorePatterns" : [" <rootDir>/lib/" ]
60
57
},
61
58
"husky" : {
62
59
"hooks" : {
65
62
}
66
63
},
67
64
"eslintConfig" : {
68
- "extends" : [
69
- " @react-native-community" ,
70
- " prettier"
71
- ],
65
+ "extends" : [" @react-native-community" , " prettier" ],
72
66
"rules" : {
73
67
"prettier/prettier" : [
74
68
" error" ,
84
78
"@react-native-community/bob" : {
85
79
"source" : " src" ,
86
80
"output" : " lib" ,
87
- "targets" : [
88
- " commonjs" ,
89
- " module" ,
90
- " typescript"
91
- ]
81
+ "targets" : [" commonjs" , " module" , " typescript" ]
92
82
}
93
83
}
You can’t perform that action at this time.
0 commit comments