Comparing version 2.6.7 to 2.6.8
{ | ||
"name": "tty-table", | ||
"version": "2.6.7", | ||
"version": "2.6.8", | ||
"description": "Command line table generator.", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
@@ -144,3 +144,3 @@ let Merge = require('merge'); | ||
//if borderColor is called, lets do it now | ||
if(config.borderColor !== null){ | ||
if(!!config.borderColor){ | ||
let Chalk = require('chalk') | ||
@@ -147,0 +147,0 @@ |
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
1128474
52
19244