Skip to content

Commit 6047f32

Browse files
committed
package file updated.
1 parent 777b2bc commit 6047f32

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

package.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
{
22
"name": "react-native-rn-in-app-update",
3-
"title": "React Native Rn In App Update",
43
"version": "1.0.0",
54
"description": "Google in app update plugin for react-native (Android only)",
65
"main": "index.js",
76
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"Error: no test specified\" && exit 1"
98
},
109
"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"
1412
},
1513
"keywords": [
16-
"react-native"
14+
"react-native",
15+
"android-in-app-update"
1716
],
17+
"author": "Logicwind",
1818
"license": "MIT",
1919
"licenseFilename": "LICENSE",
2020
"readmeFilename": "README.md",
2121
"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"
2424
},
2525
"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+
}

0 commit comments

Comments
 (0)