Skip to content

Commit 3e7f1a8

Browse files
committed
misc: normalize package.json
1 parent c299bae commit 3e7f1a8

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
{
22
"name": "react-native-voip-push-notification",
33
"version": "3.2.0",
4-
"description": "VoIP push notification on react-native",
4+
"description": "Ios PushKit for VoIP push notification on react-native",
55
"main": "index.js",
66
"typings": "./index.d.ts",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/ianlin/react-native-voip-push-notification.git"
12+
"url": "git+https://github.com/react-native-webrtc/react-native-voip-push-notification.git"
1313
},
14-
"author": "Ian Yu-Hsun Lin <[email protected]>",
14+
"author": "React Native WebRTC Community. Original: Ian Yu-Hsun Lin <[email protected]>",
1515
"license": "ISC",
1616
"bugs": {
17-
"url": "https://github.com/ianlin/react-native-voip-push-notification/issues"
17+
"url": "https://github.com/react-native-webrtc/react-native-voip-push-notification/issues"
1818
},
19-
"homepage": "https://github.com/ianlin/react-native-voip-push-notification#readme",
19+
"homepage": "https://github.com/react-native-webrtc/react-native-voip-push-notification#readme",
2020
"peerDependencies": {
21-
"react-native": ">=0.19.0"
22-
},
23-
"devDependencies": {
24-
"react-native": ">=0.19.0"
21+
"react-native": ">=0.60.0"
2522
}
2623
}

0 commit comments

Comments
 (0)