From 45c9c50cc4b1e79c4a21beb9c57516a3fc832556 Mon Sep 17 00:00:00 2001
From: OttoMao <ottomao@OttoMaodeMacBook-Pro.local>
Date: Fri, 3 Mar 2017 14:29:18 +0800
Subject: [PATCH] remove the Wangwang tribe info

---
 README.md    | 2 +-
 package.json | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

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"