From e3646fe3ba7f7d3d8a8f1833cfa9bf4022e18d1f Mon Sep 17 00:00:00 2001 From: Himanshu Bari <90155213+HimanshuBari21@users.noreply.github.com> Date: Sun, 28 Jul 2024 19:22:36 +0530 Subject: [PATCH] Update package.json for correct link on npm website On this page - https://www.npmjs.com/package/react-native-notifications, the Homepage link takes you to the gitrepo. Instead it should go to the Homepage of React Native Notification. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 22e709834..a5b4559ac 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "type": "git", "url": "https://github.com/wix/react-native-notifications.git" }, - "homepage": "https://github.com/wix/react-native-notifications", + "homepage": "https://wix.github.io/react-native-notifications/docs/getting-started", "bugs": { "url": "https://github.com/wix/react-native-notifications/issues" }, @@ -114,4 +114,4 @@ "html" ] } -} \ No newline at end of file +}