From a4ea8b6aadf3f518e142b511e02f6e8b1fcc7054 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 18 Feb 2025 10:46:27 -0700 Subject: [PATCH 1/2] fix repo url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 162e527..d44030a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/awesomejerry/react-native-qrcode-svg.git" + "url": "git+https://github.com/Expensify/react-native-qrcode-svg.git" }, "files": [ "Example", From a09c8d5e6b0fcc0acc2e18869ac54bdc3823697e Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Wed, 19 Feb 2025 10:29:12 -0700 Subject: [PATCH 2/2] update urls --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d44030a..d12c311 100644 --- a/package.json +++ b/package.json @@ -44,12 +44,12 @@ "qrcode", "svg" ], - "author": "awesomejerry", + "author": "Expensify", "license": "MIT", "bugs": { - "url": "https://github.com/awesomejerry/react-native-qrcode-svg/issues" + "url": "https://github.com/Expensify/react-native-qrcode-svg/issues" }, - "homepage": "https://github.com/awesomejerry/react-native-qrcode-svg#readme", + "homepage": "https://github.com/Expensify/react-native-qrcode-svg#readme", "peerDependencies": { "react": "*", "react-native": ">=0.63.4",