From 2a598b2c231d5b840eb3bbcf0c389c149184812a Mon Sep 17 00:00:00 2001 From: yutent Date: Wed, 7 Aug 2024 11:46:42 +0800 Subject: [PATCH] fixed package.json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8dc9c2..144996c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es.shim", - "version": "2.3.0", + "version": "2.3.1", "description": "实现部分新API, 以及一些常用的扩展方法", "keyworks": [ "es5", @@ -19,7 +19,10 @@ "scripts": { "start": "node ./build.js" }, - "repository": "https://github.com/bytedo/es.shim.git", + "repository": { + "type": "git", + "url": "git+https://git.wkit.fun/bytedo/es.shim.git" + }, "author": "yutent", "license": "MIT" }