cli-columns
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "cli-columns", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Columnated lists for the CLI.", | ||
@@ -37,3 +37,4 @@ "main": "src/cli-columns.js", | ||
"object-assign": "^4.0.1", | ||
"string-width": "^1.0.1" | ||
"string-width": "^1.0.1", | ||
"strip-ansi": "^3.0.0" | ||
}, | ||
@@ -40,0 +41,0 @@ "devDependencies": { |
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
6826
3
+ Addedstrip-ansi@^3.0.0