Skip to content

Commit

Permalink
fix(package): use git+https for repository.url
Browse files Browse the repository at this point in the history
As suggested by npm:

    npm warn publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
    npm warn publish errors corrected:
    npm warn publish "repository.url" was normalized to "git+https://github.com/kevinoid/dotnet-identifier-case.git"

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
  • Loading branch information
kevinoid committed Dec 6, 2024
1 parent c2e6511 commit ea9ace1
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 @@ -12,7 +12,7 @@
"author": "Kevin Locke <kevin@kevinlocke.name>",
"repository": {
"type": "git",
"url": "https://github.com/kevinoid/node-project-template.git"
"url": "git+https://github.com/kevinoid/node-project-template.git"
},
"type": "commonjs",
"files": [
Expand Down

0 comments on commit ea9ace1

Please sign in to comment.