From 4aafe53e386ab59002a476aa20d22b7fd6c48188 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Sun, 31 Mar 2024 21:10:21 +0900 Subject: [PATCH] chore: update `repository` key from a string to an object in `package.json` --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ddd576e..0493308 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,10 @@ "scripts/", "highlight_alias.json" ], - "repository": "hexojs/hexo-util", + "repository": { + "type": "git", + "url": "git+https://github.com/hexojs/hexo-util.git" + }, "homepage": "https://hexo.io/", "keywords": [ "hexo",