Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yord committed Jan 24, 2021
2 parents 11b75d8 + 4fd9ef9 commit 5b7632a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ and [building command-line parsers with shargs](#building-command-line-parsers-w

This documentation encompasses the following shargs modules:

1. [`shargs-opts`][shargs-opts] is documented in [command-line pptions](#command-line-options).
1. [`shargs-opts`][shargs-opts] is documented in [command-line options](#command-line-options).
2. [`shargs-core`][shargs-core] is documented in [the `parserSync` function](#the-parserSync-function).
3. [`shargs-parser`][shargs-parser] is documented in [command-line parsers](#command-line-parsers).
4. [`shargs-usage`][shargs-usage] is documented in [automatic usage documentation generation](#automatic-usage-documentation-generation).
Expand Down
8 changes: 4 additions & 4 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,6 +1,6 @@
{
"name": "shargs",
"version": "1.0.2",
"version": "1.1.0",
"description": "A highly configurable and extensible command-line arguments parser",
"keywords": [
"shargs",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"shargs-core": "1.0.0",
"shargs-opts": "1.0.0",
"shargs-parser": "1.0.0",
"shargs-parser": "1.1.0",
"shargs-usage": "1.0.1"
}
}

0 comments on commit 5b7632a

Please sign in to comment.