command-line-args
Advanced tools
Comparing version 1.0.0-2 to 1.0.0-3
@@ -53,2 +53,7 @@ "use strict"; | ||
*/ | ||
this.required = definition.required; | ||
/** | ||
@type {boolean} | ||
*/ | ||
this.value = definition.value; | ||
@@ -55,0 +60,0 @@ } |
{ | ||
"name": "command-line-args", | ||
"version": "1.0.0-2", | ||
"version": "1.0.0-3", | ||
"description": "Command-line parser, usage text producer", | ||
@@ -30,5 +30,5 @@ "repository": "https://github.com/75lb/command-line-args.git", | ||
"dependencies": { | ||
"array-tools": "^2.0.0-5", | ||
"command-line-usage": "^1.0.0-0", | ||
"find-replace": "~0.2.0", | ||
"array-tools": "^2", | ||
"command-line-usage": "^1", | ||
"find-replace": "^1", | ||
"object-tools": "^2", | ||
@@ -35,0 +35,0 @@ "typical": "^2.3.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28773
30
739
- Removedfind-replace@0.2.1(transitive)
Updatedarray-tools@^2
Updatedcommand-line-usage@^1
Updatedfind-replace@^1