Skip to content

Commit

Permalink
bump: bump the package version to v2.3.2 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
smusali authored Jun 25, 2020
1 parent 30e3a47 commit 468a439
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logdna-winston",
"version": "2.3.1",
"version": "2.3.2",
"description": "LogDNA's Node.js logging module with support for Winston",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,11 +30,11 @@
},
"homepage": "https://github.com/logdna/logdna-winston#readme",
"dependencies": {
"eslint": "^6.5.1",
"logdna": "^3.5.0",
"winston": "^3.2.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3"
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0"
}
}

0 comments on commit 468a439

Please sign in to comment.