Skip to content

Commit

Permalink
Merge pull request #220 from danez/patch-2
Browse files Browse the repository at this point in the history
Do not request mongodb-memory-server as peer dependency if it is already a dependency
  • Loading branch information
vladgolubev authored Aug 31, 2020
2 parents 6966024 + e41a3fc commit c1369b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"prettier": "2.0.5"
},
"peerDependencies": {
"mongodb": "3.x.x",
"mongodb-memory-server": "*"
"mongodb": "3.x.x"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit c1369b0

Please sign in to comment.