Skip to content

Commit

Permalink
fix(release): fix repository URL in package.json (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit-p committed Mar 11, 2023
1 parent 7c4eaf1 commit d477871
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 @@ -43,7 +43,10 @@
"src",
"dist"
],
"repository": "github:Kit-p/json-kit/",
"repository": {
"type": "git",
"url": "https://github.com/kit-p/json-kit.git"
},
"author": "Kit PANG",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit d477871

Please sign in to comment.