Comparing version 0.5.0 to 0.5.1
@@ -84,3 +84,3 @@ 'use strict'; | ||
if (opts.backgroundColor && !chalk[opts.backgroundColor]) { | ||
throw new Error(opts.borderColor + ' is not a valid backgroundColor'); | ||
throw new Error(opts.backgroundColor + ' is not a valid backgroundColor'); | ||
} | ||
@@ -87,0 +87,0 @@ |
{ | ||
"name": "boxen", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Create boxes in the terminal", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
8017