From 67b19aeaf301a1c3eb9dbfaf25f580948d85a284 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Tue, 2 Apr 2013 10:09:02 +1100 Subject: [PATCH] changed supported node versions to 0.6 and 0.8 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a24cdc5..3ccede3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "log4js", - "version": "0.5.6", + "version": "0.5.8", "description": "Port of Log4js to work with node.", "keywords": [ "logging", @@ -17,7 +17,9 @@ "bugs": { "url": "http://github.com/nomiddlename/log4js-node/issues" }, - "engines": [ "node >=0.6" ], + "engines": { + "node": "~0.6||~0.8" + }, "scripts": { "test": "vows" },