8000 fix version of node supported · rboss/log4js-node@6352632 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6352632

Browse files
author
Gareth Jones
committed
fix version of node supported
1 parent ecbf41b commit 6352632

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4js",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Port of Log4js to work with node.",
55
"keywords": [
66
"logging",
@@ -17,7 +17,9 @@
1717
"bugs": {
1818
"url": "http://github.com/nomiddlename/log4js-node/issues"
1919
},
20-
"engines": [ "node >=0.10" ],
20+
"engines": {
21+
"node": "~0.10"
22+
},
2123
"scripts": {
2224
"test": "vows"
2325
},

0 commit comments

Comments
 (0)
0