Skip to content

Commit

Permalink
fix: update repo URL for provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen authored Sep 3, 2024
1 parent 13834c6 commit 58466c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/includable/react-native-map-link.git"
"url": "git+https://github.com/tschoffelen/react-native-map-link.git"
},
"scripts": {
"lint": "eslint src --max-warnings=0 && eslint tests --max-warnings=0",
Expand All @@ -29,9 +29,9 @@
"author": "Thomas Schoffelen <[email protected]> (https://includable.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/includable/react-native-map-link/issues"
"url": "https://github.com/tschoffelen/react-native-map-link/issues"
},
"homepage": "https://github.com/includable/react-native-map-link#readme",
"homepage": "https://github.com/tschoffelen/react-native-map-link#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.40.0"
Expand Down

0 comments on commit 58466c5

Please sign in to comment.