Skip to content

Commit d477871

Browse files
authored
fix(release): fix repository URL in package.json (#20)
1 parent 7c4eaf1 commit d477871

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
"src",
4444
"dist"
4545
],
46-
"repository": "github:Kit-p/json-kit/",
46+
"repository": {
47+
"type": "git",
48+
"url": "https://github.com/kit-p/json-kit.git"
49+
},
4750
"author": "Kit PANG",
4851
"license": "MIT",
4952
"bugs": {

0 commit comments

Comments
 (0)