File tree 2 files changed +26
-4
lines changed
2 files changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -78,3 +78,6 @@ proguard/
78
78
79
79
# Android Studio captures folder
80
80
captures /
81
+
82
+ # generated by bob
83
+ lib /
Original file line number Diff line number Diff line change 2
2
"name" : " react-native-geocoder-reborn" ,
3
3
"version" : " 0.9.0" ,
4
4
"description" : " Geocoding for react native." ,
5
- "main" : " index.js" ,
5
+ "main" : " / index.js" ,
6
6
"scripts" : {
7
- "test" : " mocha --recursive --require test/setup.js --reporter dot test/unit"
7
+ "test" : " mocha --recursive --require test/setup.js --reporter dot test/unit" ,
8
+ "prepare" : " bob build"
8
9
},
9
10
"keywords" : [
10
11
" react-native" ,
34
35
"@react-native-community/bob" : " ^0.10.0" ,
35
36
"detox" : " ^16.0.0" ,
36
37
"jest" : " ^25.1.0"
37
- }
38
- }
38
+ },
39
+ "react-native" : " /index.js" ,
40
+ "module" : " lib/module/index.js" ,
41
+ "files" : [
42
+ " /" ,
43
+ " lib"
44
+ ],
45
+ "@react-native-community/bob" : {
46
+ "source" : " /" ,
47
+ "output" : " lib" ,
48
+ "targets" : [
49
+ " aar" ,
50
+ " module"
51
+ ]
52
+ },
53
+ "eslintIgnore" : [
54
+ " node_modules/" ,
55
+ " lib/"
56
+ ]
57
+ }
You can’t perform that action at this time.
0 commit comments