diff --git a/README.md b/README.md index 609ba5c..bdb93ea 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/package-lock.json b/package-lock.json index 54d9165..3ca1d30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "shargs", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -15,9 +15,9 @@ "integrity": "sha512-yti1JmQD5TVzYyf1vTFOaDovslgeQusW4isOOBJQnFy0cf5T6PHsTbx+QELrs/5Y0DveGJC1xJlqbvDAyBtUjA==" }, "shargs-parser": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shargs-parser/-/shargs-parser-1.0.0.tgz", - "integrity": "sha512-U9cAAO3gbNtWUpH50kuE8YKWiMQH7Wl9Je/QoLD8Sf/d6Zos/Z2VkDEiQfUfIuW1YAsLdUYCBryRDiKnQZIekg==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/shargs-parser/-/shargs-parser-1.1.0.tgz", + "integrity": "sha512-Lf23Vd5jAzfIZYhLXhIr0A+qEmTaxuJyOox7WvcwswbUOPKpxXJvooM67w522lJBDXw5W75S5zk5kscaEQjcZg==" }, "shargs-usage": { "version": "1.0.1", diff --git a/package.json b/package.json index 86b39cd..b406373 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } }