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

update version of node-loggly-bulk #18

Merged
merged 3 commits into from Jun 6, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

include winston into dependencies and version update

In this commit I:

1. I have included "winston" into the winston-loggly-bulk's dependencies so that we can skip running command "npm install winston".
2. Updated the version of winston-loggly-bulk from 1.4.2 to 1.4.3.
  • Loading branch information
Shwetajain148
Shwetajain148 committed May 24, 2017
commit f4f3ec5d3cbf090ac0c5b91eeb1f66de709b9828
@@ -1,6 +1,6 @@
{
"name": "winston-loggly-bulk",
"version": "1.4.2",
"version": "1.4.3",
"description": "A Loggly transport for winston",
"author": "Loggly <opensource@loggly.com>",
"contributors": [
@@ -21,10 +21,10 @@
},
"keywords": ["loggly", "logging", "sysadmin", "tools", "winston"],
"dependencies": {
"node-loggly-bulk": "^1.2.1"
"node-loggly-bulk": "^1.2.1",
"winston": "^2.3.1"
},
"devDependencies": {
"winston": "1.0.x",
"vows": "0.8.0"
},
"main": "./lib/winston-loggly",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.