Skip to content

Commit 0d2d7d3

Browse files
committed
Increase the range of log4js versions the appender can use
1 parent 66379bb commit 0d2d7d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4js-logmet-appender",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Logmet appender for node-log4js",
55
"author": "Herman Singh Badwal <hermanba@ca.ibm.com>",
66
"license": "MIT",
@@ -9,7 +9,7 @@
99
"url": "https://github.com/IBM/node-log4js-logmet-appender.git"
1010
},
1111
"dependencies": {
12-
"log4js": "^0.6.35",
12+
"log4js": "0.6.35 - 3",
1313
"logmet-client": "^0.1.1"
1414
},
1515
"main": "index.js",

0 commit comments

Comments
 (0)