Comparing version 3.5.0 to 3.5.1
@@ -18,7 +18,2 @@ var fs = require('fs'), | ||
fs.writeFileSync('./foo.txt', JSON.stringify({ | ||
previous: previous, | ||
current: current | ||
}), 'utf-8'); | ||
// a custom completion function can be provided | ||
@@ -25,0 +20,0 @@ // to completion(). |
{ | ||
"name": "yargs", | ||
"version": "3.5.0", | ||
"version": "3.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
69231
1295