Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "lme", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Simply and beautifully log to console.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ ![](https://raw.githubusercontent.com/vajahath/lme/master/media/logo.png) | ||
- Simpler to use than `console.log()` or even `console.log(chalk.red("hi"));` | ||
- Draw lines with just a single function, `lme.line()`. | ||
- **Draw lines** with just a single function, [`lme.line()`](#drawing-lines-with-lmeline). | ||
- Automatically expands `objects` and `arrays`. So that, you don't have to use `JSON.stringify()` anymore. | ||
@@ -52,3 +52,3 @@ - Clean and semantically focused. | ||
### APIs | ||
# APIs | ||
@@ -85,2 +85,3 @@ **Syntax :** `lme.<status>(message);` | ||
<br> | ||
### Examples | ||
@@ -87,0 +88,0 @@ |
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
123368
111