Skip to content

Commit 46404e2

Browse files
committed
minor cleanup
1 parent 9dd5f7b commit 46404e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/db.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ var Db = function(databaseName, topology, options) {
9393
EventEmitter.call(this);
9494
var self = this;
9595

96-
9796
// Get the promiseLibrary
9897
var promiseLibrary = options.promiseLibrary;
9998

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"dependencies": {
1616
"es6-promise": "3.0.2",
1717
"mongodb-core": "2.0.8",
18+
"mongodb-core": "christkv/mongodb-core#2.0",
1819
"readable-stream": "1.0.31"
1920
},
2021
"devDependencies": {

0 commit comments

Comments
 (0)