From 6b027c03a8fbb89be8460d3ed7d129c2a5e365e0 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Wed, 5 Nov 2025 00:31:01 +0900 Subject: [PATCH] chore: use object format for repository field in `package.json` --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c0a8fd4..cd79415 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,10 @@ "dist/**" ], "types": "./dist/front_matter.d.ts", - "repository": "hexojs/hexo-front-matter", + "repository": { + "type": "git", + "url": "git+https://github.com/hexojs/hexo-front-matter.git" + }, "keywords": [ "front-matter", "front matter",