Skip to content

Commit bf4952f

Browse files
authored
chore: fix pkg repository (markedjs#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": "https://github.com/markedjs/marked/issues"

0 commit comments

Comments
 (0)