From 81a9d9bf40e70d01c2ff1c03434cde97f23768ec Mon Sep 17 00:00:00 2001 From: orYoffe Date: Thu, 7 Mar 2019 15:51:19 +0100 Subject: [PATCH] change ownership --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index add4fbd..af9148f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-react-native-web-app", - "version": "0.1.12", + "version": "0.1.13", "description": "React Native Web CLI", "main": "cli.js", "scripts": { @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/VISI-ONE/create-react-native-web-app.git" + "url": "git+https://github.com/orYoffe/create-react-native-web-app.git" }, "keywords": [ "react", @@ -27,9 +27,9 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/VISI-ONE/create-react-native-web-app/issues" + "url": "https://github.com/orYoffe/create-react-native-web-app/issues" }, - "homepage": "https://github.com/VISI-ONE/create-react-native-web-app#readme", + "homepage": "https://github.com/orYoffe/create-react-native-web-app#readme", "devDependencies": { "husky": "^0.14.3", "jest": "^23.1.0"