Comparing version 1.0.5 to 1.0.6
@@ -39,5 +39,5 @@ const chalk = require('chalk'); | ||
if (typeof(msg) == 'object') { | ||
console.log(chalk.bgCyan.white('\n' + JSON.stringify(msg, null, 2))); | ||
console.log(chalk.bgCyan.black('\n' + JSON.stringify(msg, null, 2))); | ||
} else { | ||
console.log(chalk.bgCyan(msg)); | ||
console.log(chalk.bgCyan.black(msg)); | ||
} | ||
@@ -44,0 +44,0 @@ }, |
{ | ||
"name": "lme", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Simply and beautifully log to console.", | ||
@@ -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
117088