Comparing version 0.5.0 to 0.5.1
@@ -158,4 +158,5 @@ var path = require('path'); | ||
self.parse = function (args) { | ||
return Argv(args).argv; | ||
self.parse = function (args_) { | ||
args = args_; | ||
return self.argv; | ||
}; | ||
@@ -162,0 +163,0 @@ |
{ | ||
"name" : "optimist", | ||
"version" : "0.5.0", | ||
"version" : "0.5.1", | ||
"description" : "Light-weight option parsing with an argv hash. No optstrings attached.", | ||
@@ -5,0 +5,0 @@ "main" : "./index.js", |
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
51118
28
1331