diff --git a/README.md b/README.md index 834af1d..ff938ec 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Contact ----------------- * 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 diff --git a/package.json b/package.json index 771a202..cad28d1 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,10 @@ }, "scripts": { "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": { "type": "git", "url": "https://github.com/alibaba/anyproxy"