Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use winston 3.x by default #53

Merged
merged 17 commits into from Feb 12, 2019

Update package.json dependencies

  • Loading branch information
Shweta Jain Filip Elias
Shweta Jain authored and Filip Elias committed Jan 24, 2019
commit 123f00a3d75dc2340e1a5bc1e3be1db4aa5cb94b
@@ -1,6 +1,6 @@
{
"name": "winston-loggly-bulk",
"version": "2.0.3",
"version": "3.0.0-rc1",
"description": "A Loggly transport for winston",
"author": "Loggly <opensource@loggly.com>",
"contributors": [
@@ -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" }
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.