update project github repository
Showing
... | @@ -5,9 +5,9 @@ | ... | @@ -5,9 +5,9 @@ |
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/wix-private/react-native-notifications.git" | "url": "https://github.com/wix/react-native-notifications.git" | ||
}, | }, | ||
"version": "0.0.3", | "version": "0.0.4", | ||
"description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", | ||
"keywords": [ | "keywords": [ | ||
"react-component", | "react-component", | ||
... | @@ -19,9 +19,9 @@ | ... | @@ -19,9 +19,9 @@ |
"peerDependencies": { | "peerDependencies": { | ||
"react-native": ">=0.19.0" | "react-native": ">=0.19.0" | ||
}, | }, | ||
"homepage": "https://github.com/wix-private/react-native-notifications", | "homepage": "https://github.com/wix/react-native-notifications", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/wix-private/react-native-notifications/issues" | "url": "https://github.com/wix/react-native-notifications/issues" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"core-js": "^1.0.0" | "core-js": "^1.0.0" | ||
... | ... |
Please register or sign in to comment