From de969c2e3c256bafd07911093fb86710ff8c2473 Mon Sep 17 00:00:00 2001 From: HarshaR1642 Date: Fri, 16 Aug 2024 18:37:00 +0530 Subject: [PATCH] update repo url --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3ab946b..1b04a08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rn-bridge/react-native-geofencing", - "version": "0.1.0", + "version": "0.3.0", "description": "Native modules to determine if a location is within defined geographical boundaries", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", @@ -49,14 +49,14 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/sriharshamadamanchi/rn-bridge/react-native-geofencing.git" + "url": "https://github.com/rn-bridge/react-native-geofencing" }, "author": "sriharshamadamanchi (https://github.com/sriharshamadamanchi)", "license": "MIT", "bugs": { - "url": "https://github.com/sriharshamadamanchi/rn-bridge/react-native-geofencing/issues" + "url": "https://github.com/rn-bridge/react-native-geofencing/issues" }, - "homepage": "https://github.com/sriharshamadamanchi/rn-bridge/react-native-geofencing#readme", + "homepage": "https://github.com/rn-bridge", "publishConfig": { "registry": "https://registry.npmjs.org/" },