Skip to content

Commit

Permalink
deps: bump eslint dependency (#16)
Browse files Browse the repository at this point in the history
* bump: update the package version to v1.3.2

* deps: bump `eslint` dependency
  • Loading branch information
smusali committed Jun 25, 2020
1 parent 6854142 commit 53247be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logdna-bunyan",
"version": "1.3.1",
"version": "1.3.2",
"description": "LogDNA's Node.js logging module with support for Bunyan",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,6 +33,6 @@
"logdna": "^3.5.0"
},
"devDependencies": {
"eslint": "^6.5.1"
"eslint": "^6.8.0"
}
}

0 comments on commit 53247be

Please sign in to comment.