changed supported node versions to 0.6 and 0.8

release-0.5.7-fixup
Gareth Jones 12 years ago
parent 50eefcc701
commit 67b19aeaf3

@ -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"
},

Loading…
Cancel
Save