From d1049ed6ddbf689e3ebbf65a5475a78b98cf76e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Sat, 19 Sep 2020 16:49:47 +0800 Subject: [PATCH] 2.0.1 --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9746c44..b0e29a3 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,20 @@ "name": "es.shim", "version": "2.0.1", "description": "实现部分新API, 以及一些常用的扩展方法", - "keyworks": ["es5", "es6", "es7", "polyfill", "extend", "shim"], + "keyworks": [ + "es5", + "es6", + "es7", + "polyfill", + "extend", + "shim" + ], "main": "index.js", "exports": { "require": "./index.js", "import": "./index.mjs" }, - "repository": "https://github.com/yutent/es.shim.git", + "repository": "https://github.com/bytedo/es.shim.git", "author": "yutent", "license": "MIT" }