minor tweaks + bumped version...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-07-29 23:23:49 +03:00
parent d1de8de954
commit be48c11535
2 changed files with 2 additions and 2 deletions

View File

@ -669,7 +669,7 @@ Remove callback from "event".
Execute the `parser` instance. Execute the `parser` instance.
Run the parser on `process.argv` Run the parser on `process.argv` implicitly:
``` ```
<parser>() <parser>()
-> <result> -> <result>

View File

@ -1,6 +1,6 @@
{ {
"name": "ig-argv", "name": "ig-argv",
"version": "2.8.0", "version": "2.8.1",
"description": "simple argv parser", "description": "simple argv parser",
"main": "argv.js", "main": "argv.js",
"scripts": { "scripts": {