Skip to content

Commit 2dcaecc

Browse files
author
taoqiufeng
committed
remove npm scripts
1 parent 9d7b821 commit 2dcaecc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "gulp && mocha && exit 0",
8-
"posttest": "mocha -R travis-cov",
9-
"coverage": "mocha -R html-cov > coverage.html",
7+
"test": "gulp && mocha",
108
"build": "gulp"
119
},
1210
"author": "Xiaoyi Shi <[email protected]>",

0 commit comments

Comments
 (0)