diff --git a/README.md b/README.md index 10c1c61..495dad8 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,5 @@ module.exports = rules; ``` ## Contact -Author : Otto Mao, from Shanghai,China -ottomao@gmail.com - -Please feel free to raise any issue about this project, or give me some advice on this poor english doc. :) +Please feel free to raise any issue about this project, or give us some advice on this doc. :) +Email: alipay-sh-wd@list.alibaba-inc.com diff --git a/package.json b/package.json index 25351eb..43d9a02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyproxy", - "version": "1.2.1", + "version": "1.2.2", "description": "another proxy written in NODEJS, which can handle HTTPS requests and CROS perfectly", "main": "proxy.js", "bin": { @@ -20,8 +20,8 @@ }, "repository": { "type": "git", - "url": "https://github.com/ottomao/anyproxy.git" + "url": "https://github.com/alipay-ct-wd" }, - "author": "ottomao@gmail.com", + "author": "alipay-sh-wd@list.alibaba-inc.com", "license": "ISC" }