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" }