Comparing version 1.0.32 to 1.0.33
@@ -21,3 +21,7 @@ #!/usr/bin/env node | ||
var bar = new ProgressBar(':current/:total | :elapsed', { total: 10 }); | ||
var bar = new ProgressBar(':current/:total | :elapsed seconds elapsed | :bar', { | ||
total: 20, | ||
incomplete: 'red', | ||
complete: 'green' | ||
}); | ||
var timer = setInterval(function () { | ||
@@ -24,0 +28,0 @@ bar.tick(); |
{ | ||
"name": "consel", | ||
"version": "1.0.32", | ||
"version": "1.0.33", | ||
"description": "", | ||
@@ -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
2566
75