Skip to content

Commit a98daa6

Browse files
Version 1.3.0:
* added cappedMax option; * updated devDependencies (tested against winston 3).
1 parent f1b99cc commit a98daa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "winston-mongodb",
33
"license": "MIT",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "A MongoDB transport for winston",
66
"author": "Charlie Robbins <[email protected]>",
77
"contributors": [
@@ -18,9 +18,9 @@
1818
"mongodb": ">=2.0.46 <3.0.0"
1919
},
2020
"devDependencies": {
21-
"winston": ">=1.1.1 <2.0.0",
21+
"winston": ">=1.1.1 <3.0.0",
2222
"vows": "0.8.x",
23-
"bluebird": ">=2.10.2 <3.0.0"
23+
"bluebird": ">=2.10.2 <4.0.0"
2424
},
2525
"main": "./lib/winston-mongodb",
2626
"scripts": { "test": "vows test/*-test.js --spec" }

0 commit comments

Comments
 (0)