From 8e018f34be1d2af01d4170ac8c7c5c052403b47b Mon Sep 17 00:00:00 2001 From: ddmt Date: Thu, 20 Feb 2025 10:44:29 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=B9=B6=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E4=BB=93?= =?UTF-8?q?=E5=BA=93URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将版本号从 0.0.3-beta.2 修改为 0.0.3 - 更新代码仓库URL为公共可访问的HTTPS形式 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8082e9..3014fc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ddmt-tool", - "version": "0.0.3-beta.2", + "version": "0.0.3", "description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.", "main": "index.js", "type": "module", @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git@git.ddmt.top:ddmt/ddmt-tool.git" + "url": "https://git.ddmt.top/ddmt/ddmt-tool.git" }, "keywords": [ "ddmt",