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 a367c9b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Expand Up @@ -23,6 +23,26 @@
"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 a367c9b

Please sign in to comment.