Skip to content

Commit

Permalink
Bumped v2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Sep 20, 2017
1 parent 6ccb46f commit 8cfa5de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino-elasticsearch",
"version": "2.1.0",
"version": "2.2.0",
"description": "Load pino logs into ElasticSearch",
"main": "pino-elasticsearch",
"bin": {
Expand All @@ -22,21 +22,21 @@
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"devDependencies": {
"pino": "^4.0.0",
"pino": "^4.7.2",
"pre-commit": "^1.2.2",
"proxyquire": "^1.8.0",
"standard": "^10.0.0",
"tap": "^10.0.0"
"tap": "^10.7.2"
},
"dependencies": {
"elasticsearch": "^13.2.0",
"aws-sdk": "^2.83.0",
"elasticsearch": "^13.3.1",
"fast-json-parse": "^1.0.3",
"http-aws-es": "^3.1.0",
"minimist": "^1.2.0",
"pump": "^1.0.2",
"readable-stream": "^2.3.3",
"split2": "^2.1.1",
"aws-sdk": "^2.83.0",
"http-aws-es":"^3.1.0"
"split2": "^2.1.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8cfa5de

Please sign in to comment.