mirror of
https://github.com/danbulant/node-html-parser
synced 2026-06-20 15:11:26 +00:00
npm scripts
This commit is contained in:
parent
7e2b3016b8
commit
1c3519304b
1 changed files with 4 additions and 2 deletions
|
|
@ -4,8 +4,10 @@
|
||||||
"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",
|
"test": "mocha",
|
||||||
"build": "gulp"
|
"build": "gulp",
|
||||||
|
"pretest": "gulp",
|
||||||
|
"prepublish": "gulp"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"fast html parser nodejs typescript"
|
"fast html parser nodejs typescript"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue