From 4bb422eefb99c6930c0fc1dd2df93fed4e3d2adb Mon Sep 17 00:00:00 2001 From: Andrey Bubnov Date: Wed, 16 Jun 2021 14:23:31 +0700 Subject: [PATCH] chore: update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 58c97b9..ebc8c6a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/AndreyBubnov/react-native-template.git" + "url": "git+https://github.com/i-link-pro-team/react-native-template.git" }, "keywords": [ "react-native", @@ -24,7 +24,7 @@ "author": "Andrey Bubnov ", "license": "MIT", "bugs": { - "url": "https://github.com/AndreyBubnov/react-native-template/issues" + "url": "https://github.com/i-link-pro-team/react-native-template/issues" }, - "homepage": "https://github.com/AndreyBubnov/react-native-template#readme" + "homepage": "https://github.com/i-link-pro-team/react-native-template#readme" }