mirror of
https://github.com/danbulant/node-html-parser
synced 2026-06-20 07:01:57 +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.",
|
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "gulp && mocha && exit 0",
|
"test": "gulp && mocha",
|
||||||
"posttest": "mocha -R travis-cov",
|
|
||||||
"coverage": "mocha -R html-cov > coverage.html",
|
|
||||||
"build": "gulp"
|
"build": "gulp"
|
||||||
},
|
},
|
||||||
"author": "Xiaoyi Shi <ashi009@gmail.com>",
|
"author": "Xiaoyi Shi <ashi009@gmail.com>",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue