chore: fix pkg repository (#3613)
This commit is contained in:
parent
2b996929b2
commit
bf4952f495
@ -36,7 +36,10 @@
|
||||
"publishConfig": {
|
||||
"provenance": true
|
||||
},
|
||||
"repository": "git://github.com/markedjs/marked.git",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/markedjs/marked.git"
|
||||
},
|
||||
"homepage": "https://marked.js.org",
|
||||
"bugs": {
|
||||
"url": "http://github.com/markedjs/marked/issues"
|
||||
|
Loading…
x
Reference in New Issue
Block a user