chore(package): bump deps

This commit is contained in:
Daniel
2018-06-22 18:24:09 +02:00
parent f3ef2a877d
commit ed515f7017
6 changed files with 3516 additions and 855 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import { createLogger, format, transports } from 'winston';
const { label, printf, prettyPrint, combine, colorize, simple } = format;
const { combine, colorize, simple } = format;
const LOG_LEVEL = 'silly';
const LOG_LEVEL = 'verbose';
export const Logger = createLogger({
level: LOG_LEVEL,