fix version of node supported

release-0.6.0-fixup
Gareth Jones 12 years ago
parent ecbf41bc83
commit 6352632fb2

@ -1,6 +1,6 @@
{ {
"name": "log4js", "name": "log4js",
"version": "0.6.0", "version": "0.6.1",
"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.10" ], "engines": {
"node": "~0.10"
},
"scripts": { "scripts": {
"test": "vows" "test": "vows"
}, },

Loading…
Cancel
Save