From 2203b683f5292afe5695dd28c24f1539d54876b5 Mon Sep 17 00:00:00 2001 From: yutent Date: Tue, 31 Oct 2023 18:55:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0git=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07326af..994ad0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gm5/request", - "version": "2.0.2", + "version": "2.0.3", "description": "对Http的Request进一步封装, 提供常用的API", "main": "index.js", "author": "yutent", @@ -18,6 +18,6 @@ "es.shim": "^2.0.1", "iofs": "^1.5.0" }, - "repository": "https://github.com/bytedo/gmf.request.git", + "repository": "https://git.wkit.fun/gm5/request.git", "license": "MIT" }