Comparing version 1.1.1 to 1.1.2
@@ -45,6 +45,3 @@ /* | ||
} | ||
if (level === 'warn') { | ||
text += paint(' WARN ').yellow_bg.color + ' '; | ||
} else if (level === 'error') { | ||
text += paint(' ERROR ').red_bg.color + ' '; | ||
if (level === 'error') { | ||
stream = process.stderr; | ||
@@ -51,0 +48,0 @@ } |
{ | ||
"name": "colorful", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "colorful if a terminal tool for color, logging and command", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
18149
474