mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 12:29:07 +00:00
remove npm scripts
This commit is contained in:
parent
9d7b821df4
commit
2dcaecc434
1 changed files with 1 additions and 3 deletions
|
|
@ -4,9 +4,7 @@
|
|||
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "gulp && mocha && exit 0",
|
||||
"posttest": "mocha -R travis-cov",
|
||||
"coverage": "mocha -R html-cov > coverage.html",
|
||||
"test": "gulp && mocha",
|
||||
"build": "gulp"
|
||||
},
|
||||
"author": "Xiaoyi Shi <ashi009@gmail.com>",
|
||||
|
|
|
|||
Loading…
Reference in a new issue