From 00d469af9322ba908215fbced54b2c1809abf6f6 Mon Sep 17 00:00:00 2001 From: yanxi Date: Thu, 26 Oct 2023 23:13:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmignore | 1 + README.md | 8 ++++++-- package.json | 5 +++-- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..b78420e --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +index.original.js diff --git a/README.md b/README.md index 7791c3f..62143d2 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,12 @@ import wx from 'weixin-js-sdk' ### Old versions -* [1.0.0](https://github.com/yanxi-me/weixin-js-sdk/tree/1.0.0) -* [1.2.0](https://github.com/yanxi-me/weixin-js-sdk/tree/1.2.0) +* [1.0.0](https://github.com/yanxi123-com/weixin-js-sdk/tree/1.0.0) +* [1.2.0](https://github.com/yanxi123-com/weixin-js-sdk/tree/1.2.0) + +### 个人主页 + +* [https://yanxi123.com/](https://yanxi123.com/) ### 感谢 diff --git a/package.json b/package.json index 57ed893..2a4f7ab 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "description": "微信官方 js-sdk npm 安装版,支持 typescript", "repository": { "type": "git", - "url": "https://github.com/yanxi-me/weixin-js-sdk.git" - } + "url": "https://github.com/yanxi123-com/weixin-js-sdk" + }, + "homepage": "https://yanxi123.com/" }