Skip to content

Commit

Permalink
p/html-to-text-cli: fix missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KillyMXI committed Dec 2, 2022
1 parent 986ced5 commit 337904b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
12 changes: 9 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/html-to-text-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.5.1

- Fix missing dependencies

## Version 0.5.0

- Initial release
Expand Down
7 changes: 5 additions & 2 deletions packages/html-to-text-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-to/text-cli",
"version": "0.5.0",
"version": "0.5.1",
"description": "CLI html to plain text converter",
"keywords": [
"html",
Expand Down Expand Up @@ -40,7 +40,10 @@
"copy:license": "copyfiles -f ../../LICENSE ."
},
"dependencies": {
"@selderee/plugin-htmlparser2": "^0.10.0",
"aspargvs": "^0.6.0",
"deepmerge": "^4.2.2",
"aspargvs": "^0.6.0"
"htmlparser2": "^8.0.1",
"selderee": "^0.10.0"
}
}

0 comments on commit 337904b

Please sign in to comment.