Skip to content

Commit bf4952f

Browse files
authoredFeb 9, 2025··
chore: fix pkg repository (#3613)
1 parent 2b99692 commit bf4952f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
"publishConfig": {
3737
"provenance": true
3838
},
39-
"repository": "git://github.com/markedjs/marked.git",
39+
"repository": {
40+
"type": "git",
41+
"url": "git://github.com/markedjs/marked.git"
42+
},
4043
"homepage": "https://marked.js.org",
4144
"bugs": {
4245
"url": "http://github.com/markedjs/marked/issues"

0 commit comments

Comments
 (0)
Please sign in to comment.