Skip to content

Commit

Permalink
Import logform format correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dsc8x committed Nov 22, 2021
1 parent a32c6d5 commit 2211cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@epegzz/winston-dev-console",
"description": "Winston@3 console format aimed to improve development UX",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"author": {
"name": "Daniel Schäfer <[email protected]>",
Expand Down
4 changes: 1 addition & 3 deletions src/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import path from 'path'
import { inspect } from 'util'

import colors from 'colors/safe'
import { Format, TransformableInfo } from 'logform'
// @ts-ignore
import { format as winstonFormat } from 'logform/dist/browser'
import { Format, TransformableInfo, format as winstonFormat } from 'logform'
import { MESSAGE, SPLAT } from 'triple-beam'

import calleeStore from './calleeStore'
Expand Down

0 comments on commit 2211cbe

Please sign in to comment.