Skip to content

Commit

Permalink
add np # 108
Browse files Browse the repository at this point in the history
  • Loading branch information
taoqf committed Mar 31, 2021
1 parent 8a05063 commit 578e365
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Expand Up @@ -14,7 +14,8 @@
"ts:esm": "tsc -t esnext -m esnext -d false --outDir ./dist/esm/",
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:amd && npm run ts:esm",
"dev": "tsc -w & mocha -w ./test/*.js",
"pretest": "tsc -m commonjs"
"pretest": "tsc -m commonjs",
"release": "np"
},
"keywords": [
"parser",
Expand All @@ -27,6 +28,9 @@
"taoqf<tao_qiufeng@126.com>"
],
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"css-select": "^3.1.2",
"he": "1.2.0"
Expand All @@ -49,6 +53,7 @@
"htmlparser-benchmark": "^1.1.3",
"htmlparser2": "^6.0.0",
"mocha": "latest",
"np": "latest",
"parse5": "^6.0.1",
"should": "latest",
"spec": "latest",
Expand Down Expand Up @@ -77,4 +82,4 @@
"url": "https://github.com/taoqf/node-fast-html-parser/issues"
},
"homepage": "https://github.com/taoqf/node-fast-html-parser"
}
}

0 comments on commit 578e365

Please sign in to comment.