fix(winston): remove winston

This commit is contained in:
2018-01-29 19:18:36 +01:00
parent 6e0a08c414
commit 4defa4f61d
6 changed files with 3 additions and 62 deletions

View File

@@ -5,7 +5,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "",
"license": "MIT",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
@@ -18,8 +18,7 @@
"dependencies": {
"@types/elasticsearch": "^5.0.19",
"elasticsearch": "^14.0.0",
"smartdelay": "^1.0.4",
"winston-transport": "^3.0.1"
"smartdelay": "^1.0.4"
},
"config": {
"commitizen": {