tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-08-02 20:38:56 +03:00
parent 4fb5c01b2b
commit 8188d7a384
2 changed files with 3 additions and 1 deletions

View File

@ -77,6 +77,8 @@ module.ParserValueError =
//
module.normalizeIndent = object.normalizeIndent
module.normalizeTextIndent = object.normalizeTextIndent
module.doc = object.doc
module.text = object.text
// container for secondary/extra stuff...

View File

@ -24,6 +24,6 @@
"homepage": "https://github.com/flynx/argv.js#readme",
"dependencies": {
"colors": "^1.4.0",
"ig-object": "^5.0.13"
"ig-object": "^5.1.15"
}
}