merged in change from @vojtajina for pull request #128

This commit is contained in:
Gareth Jones 2013-04-02 10:18:25 +11:00
commit 107e33c0d1

View File

@ -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",
@ -18,7 +18,7 @@
"url": "http://github.com/nomiddlename/log4js-node/issues" "url": "http://github.com/nomiddlename/log4js-node/issues"
}, },
"engines": { "engines": {
"node": ">=0.10" "node": "~0.10"
}, },
"scripts": { "scripts": {
"test": "vows" "test": "vows"