@everymundo/simple-logr
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@everymundo/simple-logr", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A very simplistic logger that allows one to avoid using the console.log directly allowing stubbing and better linting.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ # @everymundo/simple-logr | ||
```node | ||
```js | ||
const logr = require('@everymundo/simple-logr'); | ||
@@ -33,3 +33,3 @@ | ||
```bash | ||
```sh | ||
git clone https://github.com/EveryMundo/simple-logr.git | ||
@@ -36,0 +36,0 @@ cd simple-logr/examples/simple-usage |
33795