Skip to content

Commit d6ba0f9

Browse files
Updated dependecies to actual version. Switched to winston 1.x branch
1 parent c11340b commit d6ba0f9

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
@@ -15,12 +15,12 @@
1515
},
1616
"keywords": ["logging", "sysadmin", "tools", "winston", "mongodb", "log", "logger"],
1717
"dependencies": {
18-
"mongodb": "2.0.x"
18+
"mongodb": ">=2.0.46 <3.0.0"
1919
},
2020
"devDependencies": {
21-
"winston": "0.9.x",
21+
"winston": ">=1.1.1 <2.0.0",
2222
"vows": "0.8.x",
23-
"bluebird": "2.9.x"
23+
"bluebird": ">=2.10.2 <3.0.0"
2424
},
2525
"main": "./lib/winston-mongodb",
2626
"scripts": { "test": "vows test/*-test.js --spec" }

0 commit comments

Comments
 (0)