Skip to content

Commit

Permalink
Upgrade to qsx@3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danburzo committed Aug 9, 2020
1 parent 37f25e9 commit 858dbdd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
11 changes: 8 additions & 3 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,25 @@ if (opts.help || opts.h) {
console.log(
`hred version ${pkg.version}
Reduce HTML to JSON from the command line.
Reduce HTML (and XML) to JSON from the command line.
Details at: https://github.com/danburzo/hred
Usage: hred [options...]
Options:
General options:
-h, --help Print this help message
-V, --version Print hred version
Input options:
-u <url>, --url=<url> Specify base URL for relative HTML attributes
-x, --xml Parse input as XML rather than HTML
Output options:
-c, --concat Output array as concatenated JSON records
-r, --raw Output raw (unquoted) strings
-u <url>, --url=<url> Specify base URL for relative HTML attributes
Examples:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"jsdom": "^16.3.0",
"opsh": "^0.1.0",
"qsx": "^3.1.3"
"qsx": "^3.2.0"
},
"bin": {
"hred": "./cli.js"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,10 @@ qs@~6.5.2:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==

qsx@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/qsx/-/qsx-3.1.3.tgz#1bfde7264a5be9b8b73ff50bdb25376c013443f8"
integrity sha512-tYM4+TRJwTzyTFdz6OiBse5PZw7xbGeQ28S2ZB/bEZRfZaEfJMmcQqxyx1+5iqePQVrA10GGPARmaiMu5jqn0w==
qsx@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/qsx/-/qsx-3.2.0.tgz#7573b5523456f9c8656eac8003808551361ae47b"
integrity sha512-x40sWPJDz+Mj1VeI4pVhsBqKS2cmabYi4y4BfRGj8ryyJlWnSQV9+gKJAchky/dX+OAIHGaZjwe68QlWXGVBDw==
dependencies:
symbol-tree "^3.2.4"

Expand Down

0 comments on commit 858dbdd

Please sign in to comment.