Compare commits

...

1 Commits

Author SHA1 Message Date
Gareth Jones 67b19aeaf3 changed supported node versions to 0.6 and 0.8
12 years ago

@ -1,6 +1,6 @@
{ {
"name": "log4js", "name": "log4js",
"version": "0.5.6", "version": "0.5.8",
"description": "Port of Log4js to work with node.", "description": "Port of Log4js to work with node.",
"keywords": [ "keywords": [
"logging", "logging",
@ -17,7 +17,9 @@
"bugs": { "bugs": {
"url": "http://github.com/nomiddlename/log4js-node/issues" "url": "http://github.com/nomiddlename/log4js-node/issues"
}, },
"engines": [ "node >=0.6" ], "engines": {
"node": "~0.6||~0.8"
},
"scripts": { "scripts": {
"test": "vows" "test": "vows"
}, },

Loading…
Cancel
Save