From 96ecd1a569ce58715d0762d8792b121b7ee78e28 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Sun, 31 Mar 2024 22:24:03 +0900 Subject: [PATCH] chore: update `repository` key from a string to an object in `package.json` (#402) --- 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",