From 2660c801173bd37b69afe18397f24274e836d387 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Tue, 30 Jan 2024 02:38:55 +0800 Subject: [PATCH] fix package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c511974..dd752af 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,10 @@ "state", "resso" ], - "repository": "https://github.com/nanxiaobei/resso.git", + "repository": { + "type": "git", + "url": "git+https://github.com/nanxiaobei/resso.git" + }, "author": "nanxiaobei ", "homepage": "https://github.com/nanxiaobei/resso", "bugs": "https://github.com/nanxiaobei/resso/issues",