File tree 2 files changed +3
-17
lines changed
2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 10
10
"files" : [
11
11
" src" ,
12
12
" lib" ,
13
- " android" ,
14
- " ios" ,
15
- " cpp" ,
16
- " *.podspec" ,
17
13
" !lib/typescript/example" ,
18
- " !ios/build" ,
19
- " !android/build" ,
20
- " !android/gradle" ,
21
- " !android/gradlew" ,
22
- " !android/gradlew.bat" ,
23
- " !android/local.properties" ,
24
14
" !**/__tests__" ,
25
15
" !**/__fixtures__" ,
26
16
" !**/__mocks__" ,
41
31
},
42
32
"keywords" : [
43
33
" react-native" ,
44
- " ios" ,
45
- " android" ,
46
34
" harmony"
47
35
],
48
36
"repository" : " https://github.com/vonovak/react-native-simple-toast" ,
55
43
"publishConfig" : {
56
44
"registry" : " https://registry.npmjs.org/"
57
45
},
46
+ "dependencies" : {
47
+ "react-native-simple-toast" : " 3.3.1"
48
+ },
58
49
"devDependencies" : {
59
50
"@evilmartians/lefthook" : " ^1.2.2" ,
60
51
"@commitlint/config-conventional" : " ^17.0.2" ,
155
146
}
156
147
]
157
148
]
158
- },
159
- "codegenConfig" : {
160
- "name" : " RNSimpleToastSpec" ,
161
- "type" : " modules" ,
162
- "jsSrcsDir" : " src"
163
149
}
164
150
}
You can’t perform that action at this time.
0 commit comments