Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Thayer committed Aug 14, 2015
2 parents e5da5dc + 156b418 commit faee3d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/winston-logstash-udp.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var dgram = require('dgram'),
os = require('os'),
winston = require('winston'),
common = require('winston/lib/winston/common'),
cycle = require('winston/node_modules/cycle');
cycle = require('cycle');

var LogstashUDP = exports.LogstashUDP = function(options) {
winston.Transport.call(this, options);
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "winston-logstash-udp",
"version": "0.0.6",
"version": "0.0.7",
"description": "A Logstash UDP transport for winston",
"main": "./lib/winston-logstash-udp",
"homepage": "https://github.com/sazze/winston-logstash-udp",
Expand All @@ -16,6 +16,7 @@
"url": "https://github.com/sazze/winston-logstash-udp.git"
},
"dependencies": {
"cycle": "^1.0.3",
"winston": ">=0.7.2"
},
"devDependencies": {
Expand Down Expand Up @@ -53,6 +54,10 @@
{
"name": "Anis Safine",
"email": "[email protected]"
},
{
"name": "Pierre Inglebert",
"email": "[email protected]"
}
],
"maintainers": [
Expand Down

0 comments on commit faee3d5

Please sign in to comment.