Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
commander: ^13.0.0
  • Loading branch information
github-actions[bot] authored and fardjad committed Dec 31, 2024
1 parent a3e0a32 commit db7471b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
16 changes: 8 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ You can install the package globally with npm:
Commands:
serve [directory] start an AsciiDoc server
adoc-to-gfm <srcDir> <outDir> AsciiDoc -> GitHub flavored markdown
gfm-to-confluence <dir> Publish a GitHub flavored markdown directory
to Confluence
gfm-to-confluence <dir> Publish a GitHub flavored markdown directory to
Confluence
help [command] display help for command

</div>
Expand Down Expand Up @@ -244,9 +244,9 @@ You can install the package globally with npm:
Options:
-V, --version output the version number
-c, --config <path> config file path
-a, --attribute [key=value...] set a document attribute. The value given
will override values from the config file.
Passing the key without =value will unset the
-a, --attribute [key=value...] set a document attribute. The value given will
override values from the config file. Passing
the key without =value will unset the
attribute (default: [])
-h, --help display help for command

Expand Down Expand Up @@ -276,9 +276,9 @@ You can install the package globally with npm:
-V, --version output the version number
--ignore [globPattern...] glob patterns to ignore (default: ["**/_*"])
-c, --config <path> config file path
-a, --attribute [key=value...] set a document attribute. The value given
will override values from the config file.
Passing the key without =value will unset the
-a, --attribute [key=value...] set a document attribute. The value given will
override values from the config file. Passing
the key without =value will unset the
attribute (default: [])
-h, --help display help for command

Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ascaid",
"type": "module",
"version": "1.10.23",
"version": "1.10.24",
"description": "Hassle-free documentation generation powered by AsciiDoc",
"author": "Fardjad Davari <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@asciidoctor/core": "^3.0.4",
"ajv": "^8.17.1",
"browser-sync": "^3.0.3",
"commander": "^12.1.0",
"commander": "^13.0.0",
"confluence-api": "^1.4.0",
"execa": "^9.5.2",
"glob": "^11.0.0",
Expand Down

0 comments on commit db7471b

Please sign in to comment.