From c6f6ed839d406de3cf24cd3e90e370ffef6eefcd Mon Sep 17 00:00:00 2001 From: Alissa Date: Fri, 6 Jan 2023 09:15:21 +0200 Subject: [PATCH] update guthub url --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3fa8f9b..86bf6d0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/coatue-oss/react2angular.git" + "url": "git+ssh://git@github.com:alissaVrk/react2angular.git" }, "keywords": [ "react", @@ -32,9 +32,9 @@ "author": "Boris Cherny ", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/coatue-oss/react2angular/issues" + "url": "https://github.com/alissaVrk/react2angular/issues" }, - "homepage": "https://github.com/coatue-oss/react2angular#readme", + "homepage": "https://github.com/alissaVrk/react2angular#readme", "peerDependencies": { "react": ">=18", "react-dom": ">=18"