mirror of
https://github.com/danbulant/node-html-parser
synced 2026-06-18 06:01:05 +00:00
fix version
This commit is contained in:
parent
15f61be62a
commit
e56adecaa4
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"he": "^1.1.1"
|
"he": "1.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/entities": "latest",
|
"@types/entities": "latest",
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue