cli-columns
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "cli-columns", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Columnated lists for the CLI.", | ||
@@ -20,3 +20,5 @@ "main": "src/cli-columns.js", | ||
"column", | ||
"columnate", | ||
"columns", | ||
"grid", | ||
"list", | ||
@@ -23,0 +25,0 @@ "log", |
@@ -48,3 +48,4 @@ import columns from '../src/cli-columns'; | ||
console.log(cols); | ||
// Visual test | ||
console.log(chalk.yellow(cols) + '\n'); | ||
@@ -51,0 +52,0 @@ var expected = |
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
6964
99