Skip to content

Commit 0bfcfa3

Browse files
committed
updated package to use mongodb-core 1.1.1
1 parent 0643d40 commit 0bfcfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "MongoDB legacy driver emulation layer on top of mongodb-core",
55
"main": "index.js",
66
"scripts": {
@@ -16,7 +16,7 @@
1616
"legacy"
1717
],
1818
"dependencies": {
19-
"mongodb-core": "~1.0"
19+
"mongodb-core": "1.1.1"
2020
, "readable-stream": "1.0.31"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)