Skip to content

Commit

Permalink
fix version of node supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Jones committed Apr 1, 2013
1 parent ecbf41b commit 6352632
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "log4js",
"version": "0.6.0",
"version": "0.6.1",
"description": "Port of Log4js to work with node.",
"keywords": [
"logging",
Expand All @@ -17,7 +17,9 @@
"bugs": {
"url": "http://github.com/nomiddlename/log4js-node/issues"
},
"engines": [ "node >=0.10" ],
"engines": {
"node": "~0.10"
},
"scripts": {
"test": "vows"
},
Expand Down

0 comments on commit 6352632

Please sign in to comment.