From 0039f8b48dc094bd5628062d2ebcb0edf23a321c Mon Sep 17 00:00:00 2001 From: Lidan Hifi Date: Fri, 8 Apr 2016 18:03:06 +0300 Subject: [PATCH] update project github repository --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c3fedec..da1ad52 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ }, "repository": { "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", "keywords": [ "react-component", @@ -19,9 +19,9 @@ "peerDependencies": { "react-native": ">=0.19.0" }, - "homepage": "https://github.com/wix-private/react-native-notifications", + "homepage": "https://github.com/wix/react-native-notifications", "bugs": { - "url": "https://github.com/wix-private/react-native-notifications/issues" + "url": "https://github.com/wix/react-native-notifications/issues" }, "dependencies": { "core-js": "^1.0.0" -- 2.26.2