mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +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.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "gulp && mocha",
|
||||
"build": "gulp"
|
||||
"test": "mocha",
|
||||
"build": "gulp",
|
||||
"pretest": "gulp",
|
||||
"prepublish": "gulp"
|
||||
},
|
||||
"keywords": [
|
||||
"fast html parser nodejs typescript"
|
||||
|
|
|
|||
Loading…
Reference in a new issue