Compare commits
1 Commits
node-0.8-b
...
release-0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67b19aeaf3 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "log4js",
|
||||
"version": "0.5.6",
|
||||
"version": "0.5.8",
|
||||
"description": "Port of Log4js to work with node.",
|
||||
"keywords": [
|
||||
"logging",
|
||||
@@ -17,7 +17,9 @@
|
||||
"bugs": {
|
||||
"url": "http://github.com/nomiddlename/log4js-node/issues"
|
||||
},
|
||||
"engines": [ "node >=0.6" ],
|
||||
"engines": {
|
||||
"node": "~0.6||~0.8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vows"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user