Skip to content

Commit

Permalink
package.json hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
yurijmikhalevich committed Mar 1, 2015
1 parent bf8a1c0 commit 546e805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "winston-mongodb",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"description": "A MongoDB transport for winston",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
Expand All @@ -21,6 +21,6 @@
"winston": "0.9.x",
"vows": "0.8.x"
},
"mainDb": "./lib/winston-mongodb",
"main": "./lib/winston-mongodb",
"scripts": { "test": "vows test/*-test.js --spec" }
}

0 comments on commit 546e805

Please sign in to comment.