This commit is contained in:
taoqiufeng 2017-06-14 17:24:27 +08:00
parent cc991c2f3d
commit d1d20a7ed1

View file

@ -1,6 +1,6 @@
{ {
"name": "node-html-parser", "name": "node-html-parser",
"version": "1.1.0", "version": "1.1.1",
"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",
"scripts": { "scripts": {
@ -56,4 +56,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"
} }