From 6be21f1d0491219235bb280d22e2a108f2c78cda Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 21 Jun 2012 20:03:29 -0700 Subject: [PATCH] don't lie, really only support 0.6+, tho currently 0.4 mostly passes the test suite --- README.md | 5 +---- package.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c8be9c..8cec6f4 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,7 @@ Also: log4j is way more than you need. # Current Status Solid core functionality is there. Joyent is using this for a number of -production services. - -Currently supports node 0.4+, but I'll probably make the jump to node 0.6+ as a -base soonish. +production services. Bunyan supports node 0.6 and greater. Follow @trentmick for updates to Bunyan. diff --git a/package.json b/package.json index 2916346..8face0a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "type": "git", "url": "git://github.com/trentm/node-bunyan.git" }, - "engines": ["node >=0.4.0"], + "engines": ["node >=0.6.0"], "keywords": ["log", "logging", "log4j", "json"], "devDependencies": {