Skip to content

Commit

Permalink
Version 1.3.0:
Browse files Browse the repository at this point in the history
* added cappedMax option;
* updated devDependencies (tested against winston 3).
  • Loading branch information
yurijmikhalevich committed Dec 23, 2015
1 parent f1b99cc commit a98daa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "winston-mongodb",
"license": "MIT",
"version": "1.2.0",
"version": "1.3.0",
"description": "A MongoDB transport for winston",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
Expand All @@ -18,9 +18,9 @@
"mongodb": ">=2.0.46 <3.0.0"
},
"devDependencies": {
"winston": ">=1.1.1 <2.0.0",
"winston": ">=1.1.1 <3.0.0",
"vows": "0.8.x",
"bluebird": ">=2.10.2 <3.0.0"
"bluebird": ">=2.10.2 <4.0.0"
},
"main": "./lib/winston-mongodb",
"scripts": { "test": "vows test/*-test.js --spec" }
Expand Down

0 comments on commit a98daa6

Please sign in to comment.