Skip to content

Commit

Permalink
[dist] Version bump. 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Mar 27, 2011
1 parent 3f98022 commit 01252ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,5 @@
test/test-config.json test/test-config.json
test/testfile.log test/testfile.log
test/testfile2.log test/testfile2.log
test/testfilename.log test/testfilename.log
test/filelog.log
3 changes: 1 addition & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
{ {
"name": "winston", "name": "winston",
"description": "A multi-transport async logging library for Node.js", "description": "A multi-transport async logging library for Node.js",
"version": "0.2.5", "version": "0.2.6",
"author": "Charlie Robbins <charlie.robbins@gmail.com>", "author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [ "contributors": [
{ "name": "Matthew Bergman", "email": "mzbphoto@gmail.com" } { "name": "Matthew Bergman", "email": "mzbphoto@gmail.com" }
Expand All @@ -15,7 +15,6 @@
"colors": ">= 0.3.0", "colors": ">= 0.3.0",
"eyes": ">= 0.1.6", "eyes": ">= 0.1.6",
"loggly": ">= 0.1.4", "loggly": ">= 0.1.4",
"riak-js": ">= 0.3.0beta4",
"vows": ">= 0.5.2" "vows": ">= 0.5.2"
}, },
"main": "./lib/winston", "main": "./lib/winston",
Expand Down

0 comments on commit 01252ff

Please sign in to comment.