From 2990ea8767ed650384de5ecd4a474188ae5f8bfe Mon Sep 17 00:00:00 2001 From: WJG Date: Tue, 18 Jun 2024 00:26:14 +0800 Subject: [PATCH] fix: npm repository --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a282eb6..0499244 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,10 @@ "description": "将小爱音箱接入 ChatGPT 和豆包,改造成你的专属语音助手。", "homepage": "https://github.com/idootop/mi-gpt", "bugs": "https://github.com/idootop/mi-gpt/issues", - "repository": "idootop/mi-gpt", + "repository": { + "type": "git", + "url": "git+https://github.com/idootop/mi-gpt.git" + }, "license": "MIT", "author": { "name": "Del Wang",