chore: fix pkg repository (#3613)

This commit is contained in:
Tony Brix 2025-02-09 16:38:46 -07:00 committed by GitHub
parent 2b996929b2
commit bf4952f495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"