From 63b4915a862e407640f50a839f680b62e121e804 Mon Sep 17 00:00:00 2001 From: taoqiufeng Date: Fri, 16 Jun 2017 09:34:04 +0800 Subject: [PATCH] prepare --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 150b9fa..e8417fd 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "scripts": { "test": "mocha", "build": "gulp", - "pretest": "gulp", - "prepublish": "gulp" + "prepare": "gulp" }, "keywords": [ "fast html parser nodejs typescript" @@ -58,4 +57,4 @@ "url": "https://github.com/taoqf/node-fast-html-parser/issues" }, "homepage": "https://github.com/taoqf/node-fast-html-parser" -} +} \ No newline at end of file