From 80b2325cbf99aa874b4eb8ae8b28b9eeeb73a95b Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Sat, 22 Jun 2024 02:25:33 +0000 Subject: [PATCH] chore(npm): "repository" is now an object --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 52cad19..217201f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,10 @@ "author": "curben", "license": "MIT", "homepage": "https://github.com/curbengh/hexo-yam", - "repository": "curbengh/hexo-yam", + "repository": { + "type": "git", + "url": "git+https://github.com/curbengh/hexo-yam.git" + }, "dependencies": { "clean-css": "^5.1.2", "html-minifier-terser": "^7.2.0",