Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcavage committed Sep 17, 2013
1 parent 1b36c9c commit 0e7bb05
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
40 changes: 22 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"name": "bunyan-syslog",
"description": "Syslog Stream for Bunyan",
"version": "0.2.1",
"author": "Mark Cavage",
"main": "./lib/index.js",
"dependencies": {
"assert-plus": "0.1.2"
},
"devDependencies": {
"bunyan": "0.18.2",
"tap": "0.3.3"
},
"scripts": {
"test": "tap test"
},
"engines": {
"node": ">=0.8"
}
"name": "bunyan-syslog",
"description": "Syslog Stream for Bunyan",
"version": "0.2.2",
"author": "Mark Cavage",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-bunyan-syslog.git"
},
"dependencies": {
"assert-plus": "0.1.4"
},
"devDependencies": {
"bunyan": "0.21.4",
"tap": "0.4.4"
},
"scripts": {
"test": "tap test"
},
"engines": {
"node": ">=0.8"
}
}
1 change: 0 additions & 1 deletion test/tcp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ test('create a logger', function (t) {
type: 'tcp'
});
t.ok(STREAM);
console.error(STREAM.toString());

LOG = bunyan.createLogger({
name: 'tcptest',
Expand Down

0 comments on commit 0e7bb05

Please sign in to comment.