Skip to content

Commit

Permalink
removed unnecessary reference to bson module
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arata committed Jun 16, 2015
1 parent 6485f66 commit 62b59cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,6 @@
},
"dependencies": {
"async": "^0.1.15",
"bson": "^0.3.2",
"mongodb": "^2.0.33",
"optimist": "^0.3.5",
"underscore": "^1.8.3"
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -3,7 +3,7 @@ var fs = require('fs'),
url = require('url'),
path = require('path'),
mongo = require('mongodb'),
ObjectID = require('bson').ObjectID,
ObjectID = mongo.ObjectId,
async = require('async'),
_ = require('underscore'),
basePath = path.dirname(module.parent.filename);
Expand Down

0 comments on commit 62b59cf

Please sign in to comment.