Comparing version 1.0.3 to 1.0.4
16
index.js
@@ -41,3 +41,3 @@ const chalk = require('chalk'); | ||
} else { | ||
console.log(chalk.bgCyan.bold(msg)); | ||
console.log(chalk.bgCyan.black(msg)); | ||
} | ||
@@ -49,15 +49,1 @@ }, | ||
module.exports = m; | ||
// sample tests | ||
// m.e({ya:"this", me:"ts"}); | ||
// m.w({ya:"this", me:"ts"}); | ||
// m.h({ya:"this", me:"ts"}); | ||
// m.s({ya:"this", me:"ts"}); | ||
// m.d({ya:"this", me:"ts"}); | ||
// m.d('\n'); | ||
// m.e('hello'); | ||
// m.w('hello'); | ||
// m.s('hello'); | ||
// m.d('hello'); | ||
// m.h('hello'); |
{ | ||
"name": "lme", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Simply and beautifully log to console.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ ![](https://raw.githubusercontent.com/vajahath/lme/master/media/logo.png) | ||
You don't have to write the 13 char length `console.log()` anymore. Try: | ||
You don't have to write the 13 char long `console.log()` anymore. Try: | ||
@@ -9,0 +9,0 @@ ```javascript |
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
116317
8