Comparing version 0.0.2 to 0.0.3
@@ -26,15 +26,15 @@ const chalk = require( 'chalk' ); | ||
if( c.bold ) { | ||
if( style.bold ) { | ||
c = c.bold; | ||
} | ||
if( c.italic ) { | ||
if( style.italic ) { | ||
c = c.italic; | ||
} | ||
if( c.strikethrough ) { | ||
if( style.strikethrough ) { | ||
c = c.strikethrough; | ||
} | ||
if( c.dim ) { | ||
if( style.dim ) { | ||
c = c.dim; | ||
@@ -41,0 +41,0 @@ } |
{ | ||
"name": "cli-style", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A simple tool allows you to set styles to command line output more easier.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3404