flower-password-cli
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -125,3 +125,3 @@ #!/usr/bin/env node | ||
return Clip(code, function(err) { | ||
return console.log('\r\n' + Chalk.white.bold(`Code: `) + Chalk.cyan(code) + '\r\n'); | ||
return console.log('\r\n' + Chalk.white.bold(`Code: `) + Chalk.cyan(code) + ' copied!\r\n'); | ||
}); | ||
@@ -128,0 +128,0 @@ } |
{ | ||
"name": "flower-password-cli", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "The FlowerPassword.js command line utility.", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
5437