From 5070daf98a329f6e54653c36d0b00131b1230393 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Tue, 2 Apr 2024 02:14:50 +0900 Subject: [PATCH] chore: update `repository` key from a string to an object in `package.json` (#275) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 61209f4..bcaed8e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,10 @@ "lib", "index.js" ], - "repository": "hexojs/hexo-renderer-marked", + "repository": { + "type": "git", + "url": "git+https://github.com/hexojs/hexo-renderer-marked.git" + }, "keywords": [ "hexo", "markdown",