Skip to content

Commit

Permalink
feat: change package "mongodb" to be non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Oct 12, 2020
1 parent 017239c commit 2b14552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions packages/mongodb-memory-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@
"tmp": "^0.2.1",
"tslib": "^2.0.1",
"uuid": "8.3.0",
"yauzl": "^2.10.0"
},
"optionalDependencies": {
"mongodb": "3.6.2"
"yauzl": "^2.10.0",
"mongodb": "^3.6.2"
},
"scripts": {
"clean": "rimraf tmp lib coverage node_modules/.cache",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6947,7 +6947,7 @@ modify-values@^1.0.0:
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==

mongodb@3.6.2:
mongodb@3.6.2, mongodb@^3.6.2:
version "3.6.2"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.2.tgz#1154a4ac107bf1375112d83a29c5cf97704e96b6"
integrity sha512-sSZOb04w3HcnrrXC82NEh/YGCmBuRgR+C1hZgmmv4L6dBz4BkRse6Y8/q/neXer9i95fKUBbFi4KgeceXmbsOA==
Expand Down

0 comments on commit 2b14552

Please sign in to comment.