Compare commits

...

1 Commits

Author SHA1 Message Date
Gareth Jones
67b19aeaf3 changed supported node versions to 0.6 and 0.8 2013-04-02 10:09:02 +11:00

View File

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