8000 chore: update `repository` key from a string to an object in `package… · hexojs/hexo-renderer-marked@5070daf · GitHub
[go: up one dir, main page]

Skip to content

Commit 5070daf

Browse files
authored
chore: update repository key from a string to an object in package.json (#275)
1 parent d919732 commit 5070daf

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
@@ -15,7 +15,10 @@
1515
"lib",
1616
"index.js"
1717
],
18-
"repository": "hexojs/hexo-renderer-marked",
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/hexojs/hexo-renderer-marked.git"
21+
},
1922
"keywords": [
2023
"hexo",
2124
"markdown",

0 commit comments

Comments
 (0)
0