Comparing version 1.0.7 to 1.0.8
@@ -339,4 +339,4 @@ var path = require('path'); | ||
options.default[key] !== undefined | ||
? '[default: ' + (typeof defaults[key] === 'string' ? | ||
JSON.stringify : String)(defaults[key]) + ']' | ||
? '[default: ' + (typeof options.default[key] === 'string' ? | ||
JSON.stringify : String)(options.default[key]) + ']' | ||
: null | ||
@@ -343,0 +343,0 @@ ].filter(Boolean).join(' '); |
{ | ||
"name": "yargs", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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
69835