update author info

This commit is contained in:
加里 2014-08-22 14:36:08 +08:00
parent 718f8cde0b
commit 44d1a030b0
2 changed files with 5 additions and 7 deletions

View File

@ -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

View File

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