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