Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "ccolor", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Console color", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
@@ -52,3 +52,3 @@ # CColor | ||
// Use multiple styles, foregrounds and backgrounds at the same time. | ||
console.log(CColor.setColor('Underscored style with red foreground with yellow background.', | ||
console.log(CColor.setColor('Underscored style with red foreground and yellow background.', | ||
CColor.Colors.style.underscore, | ||
@@ -55,0 +55,0 @@ CColor.Colors.foreground.red, |
@@ -39,5 +39,5 @@ // Import. | ||
console.log('--------'); | ||
console.log(CColor.setColor('Underscored style with red foreground with yellow background.', | ||
console.log(CColor.setColor('Underscored style with red foreground and yellow background.', | ||
CColor.Colors.style.underscore, | ||
CColor.Colors.foreground.red, | ||
CColor.Colors.background.yellow)); |
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
10541