Skip to content

Commit 70bdff6

Browse files
chore: update repo url in the pjson meta (#75)
Invalid repo link is causing npm provenance to choke.
1 parent a5f2832 commit 70bdff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/coveo/exponential-backoff.git"
39+
"url": "git+https://github.com/coveooss/exponential-backoff.git"
4040
},
4141
"keywords": [
4242
"exponential",
@@ -46,9 +46,9 @@
4646
"author": "Sami Sayegh",
4747
"license": "Apache-2.0",
4848
"bugs": {
49-
"url": "https://github.com/coveo/exponential-backoff/issues"
49+
"url": "https://github.com/coveooss/exponential-backoff/issues"
5050
},
51-
"homepage": "https://github.com/coveo/exponential-backoff#readme",
51+
"homepage": "https://github.com/coveooss/exponential-backoff#readme",
5252
"devDependencies": {
5353
"@types/jest": "^24.0.18",
5454
"@types/node": "^10.14.21",

0 commit comments

Comments
 (0)