Compare commits

..

2 Commits

Author SHA1 Message Date
6e0a08c414 1.0.6 2018-01-27 19:54:28 +01:00
a8bc28c8af fix(core): cleanup 2018-01-27 19:54:22 +01:00
2 changed files with 2 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "elasticlog", "name": "elasticlog",
"version": "1.0.5", "version": "1.0.6",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "elasticlog", "name": "elasticlog",
"version": "1.0.5", "version": "1.0.6",
"description": "log to elasticsearch in a kibana compatible format", "description": "log to elasticsearch in a kibana compatible format",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -19,7 +19,6 @@
"@types/elasticsearch": "^5.0.19", "@types/elasticsearch": "^5.0.19",
"elasticsearch": "^14.0.0", "elasticsearch": "^14.0.0",
"smartdelay": "^1.0.4", "smartdelay": "^1.0.4",
"typings-global": "^1.0.16",
"winston-transport": "^3.0.1" "winston-transport": "^3.0.1"
}, },
"config": { "config": {