Skip to content

Commit

Permalink
misc: normalize package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcpoiu committed May 20, 2021
1 parent c299bae commit 3e7f1a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,23 @@
{
"name": "react-native-voip-push-notification",
"version": "3.2.0",
"description": "VoIP push notification on react-native",
"description": "Ios PushKit for VoIP push notification on react-native",
"main": "index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianlin/react-native-voip-push-notification.git"
"url": "git+https://github.com/react-native-webrtc/react-native-voip-push-notification.git"
},
"author": "Ian Yu-Hsun Lin <ianyuhsunlin@gmail.com>",
"author": "React Native WebRTC Community. Original: Ian Yu-Hsun Lin <ianyuhsunlin@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ianlin/react-native-voip-push-notification/issues"
"url": "https://github.com/react-native-webrtc/react-native-voip-push-notification/issues"
},
"homepage": "https://github.com/ianlin/react-native-voip-push-notification#readme",
"homepage": "https://github.com/react-native-webrtc/react-native-voip-push-notification#readme",
"peerDependencies": {
"react-native": ">=0.19.0"
},
"devDependencies": {
"react-native": ">=0.19.0"
"react-native": ">=0.60.0"
}
}

0 comments on commit 3e7f1a8

Please sign in to comment.