From 09cff932a2d334adddaabad7cd956180b61ba83e Mon Sep 17 00:00:00 2001 From: OttoMao Date: Fri, 3 Mar 2017 13:55:07 +0800 Subject: [PATCH] update 4.x doc --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b053ab..815511a 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,9 @@ }, "devDependencies": {}, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "exit 0" }, + "pre-commit": "test", "repository": { "type": "git", "url": "https://github.com/alibaba/anyproxy.git"