Skip to content

Commit

Permalink
Merge pull request winstonjs#37 from Shwetajain148/3.x
Browse files Browse the repository at this point in the history
Update package.json dependencies
  • Loading branch information
Shwetajain148 authored Jun 19, 2018
2 parents be3a4f9 + 7894a81 commit c4c541a
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": "winston-loggly-bulk",
"version": "2.0.2",
"version": "3.0.0-rc1",
"description": "A Loggly transport for winston",
"author": "Loggly <opensource@loggly.com>",
"contributors": [
Expand All @@ -22,12 +22,12 @@
"keywords": ["loggly", "logging", "sysadmin", "tools", "winston"],
"dependencies": {
"node-loggly-bulk": "^2.0.1",
"winston": "^2.3.1"
"winston": "3.0.0"
},
"devDependencies": {
"vows": "0.8.0"
},
"main": "./lib/winston-loggly",
"scripts": { "test": "vows --spec" },
"engines": { "node": ">= 0.8.0" }
"engines": { "node": ">= 5.0.0" }
}

0 comments on commit c4c541a

Please sign in to comment.