Skip to content

Commit

Permalink
fix: add optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreialecu committed Nov 5, 2020
1 parent 79df553 commit a534f95
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Expand Up @@ -23,6 +23,25 @@
"snappy": "^6.3.4",
"bson-ext": "^2.0.0"
},
"peerDependenciesMeta": {
"kerberos": {
"optional": true
},
"mongodb-client-encryption": {
"optional": true
},
"mongodb-extjson": {
"optional": true
},
"snappy": {
"optional": true
},
"bson-ext": {
"optional": true
},
"aws4": {
"optional": true
},
"dependencies": {
"bl": "^2.2.1",
"bson": "^1.1.4",
Expand Down

0 comments on commit a534f95

Please sign in to comment.