Skip to content

Commit

Permalink
fix: address npm provenance (#185)
Browse files Browse the repository at this point in the history
Addressing `npm ERR! 422 Unprocessable Entity - PUT
https://registry.npmjs.org/@web3-storage%2fw3cli - Error verifying
sigstore provenance bundle: Failed to validate repository information:
package.json: "repository.url" is
"git+https://github.com/web3-storage/w3cli.git", expected to match
"https://github.com/w3s-project/w3cli" from provenance`.
  • Loading branch information
joaosa authored Apr 23, 2024
1 parent 3d1f21f commit 9981391
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 @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/web3-storage/w3cli.git"
"url": "git+https://github.com/w3s-project/w3cli.git"
},
"keywords": [
"w3",
Expand All @@ -27,9 +27,9 @@
"cli"
],
"bugs": {
"url": "https://github.com/web3-storage/w3cli/issues"
"url": "https://github.com/w3s-project/w3cli/issues"
},
"homepage": "https://github.com/web3-storage/w3cli#readme",
"homepage": "https://github.com/w3s-project/w3cli#readme",
"devDependencies": {
"@types/update-notifier": "^6.0.5",
"@ucanto/interface": "^9.0.0",
Expand Down

0 comments on commit 9981391

Please sign in to comment.