From af46de576942f38a47ada724de701e4148698c75 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Thu, 30 May 2024 10:57:38 +0200 Subject: [PATCH] chore: package.json urls (#723) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 049b8a9..fb833e6 100644 --- a/package.json +++ b/package.json @@ -52,13 +52,13 @@ "google-drive", "icloud" ], - "repository": "https://github.com/rnmods/react-native-document-picker", + "repository": "https://github.com/react-native-documents/document-picker", "author": "Elyx0 (https://github.com/rnmods), Vojtech Novak (hello@react-native-training.eu)", "license": "MIT", "bugs": { - "url": "https://github.com/rnmods/react-native-document-picker/issues" + "url": "https://github.com/react-native-documents/document-picker/issues" }, - "homepage": "https://github.com/rnmods/react-native-document-picker#readme", + "homepage": "https://github.com/react-native-documents/document-picker#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" },