Comparing version 2.0.0 to 2.0.1
@@ -48,3 +48,3 @@ #!/usr/bin/env node | ||
if (char.length === 1) { | ||
if (char.length === 1) { // eslint-disable-line max-depth | ||
char = `0${char}`; | ||
@@ -51,0 +51,0 @@ } |
{ | ||
"name": "nicepass", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Generate human-readable passphrases", | ||
@@ -39,8 +39,8 @@ "license": "MIT", | ||
"meow": "^3.7.0", | ||
"niceware": "^1.0.1" | ||
"niceware": "^1.0.4" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.15.2", | ||
"execa": "^0.5.0", | ||
"xo": "^0.16.0" | ||
"ava": "^0.17.0", | ||
"execa": "^0.6.0", | ||
"xo": "^0.17.1" | ||
}, | ||
@@ -47,0 +47,0 @@ "xo": { |
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
4192
Updatedniceware@^1.0.4