File tree Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Expand file tree Collapse file tree 1 file changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-rn-in-app-update" ,
3
- "title" : " React Native Rn In App Update" ,
4
3
"version" : " 1.0.0" ,
5
4
"description" : " Google in app update plugin for react-native (Android only)" ,
6
5
"main" : " index.js" ,
7
6
"scripts" : {
8
- "test" : " echo \" Error: no test specified\" && exit 1"
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
9
8
},
10
9
"repository" : {
11
- "type" : " git" ,
12
- "url" : " git+https://github.com/logicwind/react-native-rn-in-app-update.git" ,
13
- "baseUrl" : " https://github.com/logicwind/react-native-rn-in-app-update"
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/logicwind/react-native-rn-in-app-update.git"
14
12
},
15
13
"keywords" : [
16
- " react-native"
14
+ " react-native" ,
15
+ " android-in-app-update"
17
16
],
17
+ "author" : " Logicwind" ,
18
18
"license" : " MIT" ,
19
19
"licenseFilename" : " LICENSE" ,
20
20
"readmeFilename" : " README.md" ,
21
21
"peerDependencies" : {
22
- "react" : " ^16.8.1" ,
23
- "react-native" : " >=0.59.0-rc.0 <1.0.x"
22
+ "react" : " ^16.8.1" ,
23
+ "react-native" : " >=0.59.0-rc.0 <1.0.x"
24
24
},
25
25
"devDependencies" : {
26
- "react" : " ^16.8.3" ,
27
- "react-native" : " ^0.59.10"
28
- }
29
- }
26
+ "react" : " ^16.8.3" ,
27
+ "react-native" : " ^0.59.10"
28
+ },
29
+ "bugs" : {
30
+ "url" : " https://github.com/logicwind/react-native-rn-in-app-update/issues"
31
+ },
32
+ "homepage" : " https://github.com/logicwind/react-native-rn-in-app-update#readme"
33
+ }
You can’t perform that action at this time.
0 commit comments