Comparing version 0.0.23 to 0.0.24
@@ -69,2 +69,4 @@ var chalk = require("chalk"); | ||
this.data = data; | ||
if (Array.isArray(data)) { | ||
@@ -192,2 +194,4 @@ data = data[0]; | ||
barcli.update(barcli.data); | ||
}); | ||
@@ -194,0 +198,0 @@ }; |
{ | ||
"name": "barcli", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "A simple tool for displaying real time bar graphs in the console", | ||
@@ -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
11628
149