Skip to content

Commit 69f358b

Browse files
authored
chore: use object format for repository field in package.json (#5714)
1 parent 6addfcd commit 69f358b

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
@@ -20,7 +20,10 @@
2020
"bin/"
2121
],
2222
"types": "./dist/hexo/index.d.ts",
23-
"repository": "hexojs/hexo",
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/hexojs/hexo.git"
26+
},
2427
"homepage": "https://hexo.io/",
2528
"funding": {
2629
"type": "opencollective",

0 commit comments

Comments
 (0)