This commit is contained in:
taoqf 2018-08-17 17:16:41 +08:00
parent e56adecaa4
commit 8a00758b29

View file

@ -1,6 +1,6 @@
{ {
"name": "node-html-parser", "name": "node-html-parser",
"version": "1.1.9", "version": "1.1.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": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -58,4 +58,4 @@
"url": "https://github.com/taoqf/node-fast-html-parser/issues" "url": "https://github.com/taoqf/node-fast-html-parser/issues"
}, },
"homepage": "https://github.com/taoqf/node-fast-html-parser" "homepage": "https://github.com/taoqf/node-fast-html-parser"
} }