Skip to content

Commit 337904b

Browse files
committed
p/html-to-text-cli: fix missing dependencies
1 parent 986ced5 commit 337904b

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

package-lock.json

+9-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/html-to-text-cli/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 0.5.1
4+
5+
- Fix missing dependencies
6+
37
## Version 0.5.0
48

59
- Initial release

packages/html-to-text-cli/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-to/text-cli",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "CLI html to plain text converter",
55
"keywords": [
66
"html",
@@ -40,7 +40,10 @@
4040
"copy:license": "copyfiles -f ../../LICENSE ."
4141
},
4242
"dependencies": {
43+
"@selderee/plugin-htmlparser2": "^0.10.0",
44+
"aspargvs": "^0.6.0",
4345
"deepmerge": "^4.2.2",
44-
"aspargvs": "^0.6.0"
46+
"htmlparser2": "^8.0.1",
47+
"selderee": "^0.10.0"
4548
}
4649
}

0 commit comments

Comments
 (0)