Skip to content

Commit

Permalink
fix: update repository.url in package.json
Browse files Browse the repository at this point in the history
This is what npm changes it do during publish anyways
  • Loading branch information
wraithgar committed Apr 25, 2024
1 parent 0e74ee4 commit 91494d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "GitHub Inc.",
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git"
"url": "git+https://github.com/npm/cli.git"
},
"bugs": {
"url": "https://github.com/npm/cli/issues"
Expand Down

0 comments on commit 91494d3

Please sign in to comment.