Comparing version 1.1.11 to 1.1.12
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "Yet another console logger. A pretty and powerful one, though.", | ||
@@ -8,0 +8,0 @@ "homepage": "https://github.com/nskazki/bellman", |
@@ -11,3 +11,3 @@ # Bellman | ||
- `reg` - registers a file from which methods that print console messages will be called in order to adjust the width of the `:caller` row | ||
- `reg` - registers the file from which logging methods will be called to adjust the width of the `:caller` row | ||
@@ -17,3 +17,3 @@ ### Default config | ||
```js | ||
import Logger from 'bellman' | ||
const Logger = require('bellman') | ||
@@ -33,3 +33,3 @@ new Logger() | ||
```js | ||
import Logger from 'bellman' | ||
const Logger = require('bellman') | ||
@@ -36,0 +36,0 @@ const userConfig = { |
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
11834