fixed to work with node 0.5.x

This commit is contained in:
Gareth Jones
2011-09-15 08:13:04 +10:00
parent 53a481d4da
commit 12e71bda4e
4 changed files with 18 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "log4js",
"version": "0.3.8",
"version": "0.3.9",
"description": "Port of Log4js to work with node.",
"keywords": [
"logging",
@@ -13,7 +13,7 @@
"bugs": {
"web": "http://github.com/csausdev/log4js-node/issues"
},
"engines": [ "node >=0.1.100" ],
"engines": [ "node >=0.4" ],
"scripts": {
"test": "vows test/*.js"
},