Skip to content

Commit

Permalink
update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshaR1642 committed Aug 16, 2024
1 parent 2e4fa95 commit de969c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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 <sriharshamadamanchiz@gmail.com> (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/"
},
Expand Down

0 comments on commit de969c2

Please sign in to comment.