We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b99cc commit a98daa6Copy full SHA for a98daa6
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "winston-mongodb",
3
"license": "MIT",
4
- "version": "1.2.0",
+ "version": "1.3.0",
5
"description": "A MongoDB transport for winston",
6
"author": "Charlie Robbins <[email protected]>",
7
"contributors": [
@@ -18,9 +18,9 @@
18
"mongodb": ">=2.0.46 <3.0.0"
19
},
20
"devDependencies": {
21
- "winston": ">=1.1.1 <2.0.0",
+ "winston": ">=1.1.1 <3.0.0",
22
"vows": "0.8.x",
23
- "bluebird": ">=2.10.2 <3.0.0"
+ "bluebird": ">=2.10.2 <4.0.0"
24
25
"main": "./lib/winston-mongodb",
26
"scripts": { "test": "vows test/*-test.js --spec" }
0 commit comments