Fix node engine in package.json
This commit is contained in:
parent
83271e47fc
commit
1d1153d32f
@ -17,7 +17,9 @@
|
||||
"bugs": {
|
||||
"url": "http://github.com/nomiddlename/log4js-node/issues"
|
||||
},
|
||||
"engines": [ "node >=0.10" ],
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vows"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user