Comparing version 0.4.2 to 0.4.3
@@ -334,3 +334,3 @@ /** | ||
} else if (enable.version && (o === 'v' || o === 'version')) { | ||
if (typeof cli.version === 'undefined') { | ||
if (cli.version == null) { | ||
cli.parsePackageJson(); | ||
@@ -337,0 +337,0 @@ } |
{ "name" : "cli", | ||
"description" : "A tool for rapidly building command line apps", | ||
"version" : "0.4.2", | ||
"version" : "0.4.3", | ||
"homepage" : "http://github.com/chriso/cli", | ||
@@ -5,0 +5,0 @@ "keywords" : ["cli","command line","opts","parseopt","opt","args","console","argsparse","optparse","daemon","autocomplete","command","autocompletion"], |
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
49143