remove the Wangwang tribe info

This commit is contained in:
OttoMao 2017-03-03 14:29:18 +08:00
parent d8316fa061
commit 45c9c50cc4
2 changed files with 4 additions and 2 deletions

View File

@ -133,7 +133,7 @@ Contact
----------------- -----------------
* Please feel free to [raise issue](https://github.com/alibaba/anyproxy/issues), or give us some advice. :) * Please feel free to [raise issue](https://github.com/alibaba/anyproxy/issues), or give us some advice. :)
* AnyProxy用户旺旺群1203077233 * AnyProxy用户旺旺群已经停止维护,任何疑问可以直接[提issue](https://github.com/alibaba/anyproxy/issues) :)
License License

View File

@ -46,8 +46,10 @@
}, },
"scripts": { "scripts": {
"test": "sh test/test.sh", "test": "sh test/test.sh",
"testserver": "node test/server/startServer.js" "testserver": "node test/server/startServer.js",
"no-pre-commit": "exit 0"
}, },
"pre-commit": "no-pre-commit",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/alibaba/anyproxy" "url": "https://github.com/alibaba/anyproxy"