Skip to content

Commit 96ecd1a

Browse files
authored
chore: update repository key from a string to an object in package.json (#402)
1 parent 4e62f87 commit 96ecd1a

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
@@ -21,7 +21,10 @@
2121
"scripts/",
2222
"highlight_alias.json"
2323
],
24-
"repository": "hexojs/hexo-util",
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/hexojs/hexo-util.git"
27+
},
2528
"homepage": "https://hexo.io/",
2629
"keywords": [
2730
"hexo",

0 commit comments

Comments
 (0)