Skip to content

Commit

Permalink
Fix package.json repository field
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Aug 6, 2023
1 parent 68f47be commit d5618de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
],
"license": "Apache-2.0",
"homepage": "https://www.github.com/ehmicky/safe-json-value",
"repository": "ehmicky/safe-json-value",
"repository": {
"type": "git",
"url": "git+https://github.com/ehmicky/safe-json-value.git"
},
"bugs": {
"url": "https://github.com/ehmicky/safe-json-value/issues"
},
Expand Down

0 comments on commit d5618de

Please sign in to comment.