Skip to content

Commit

Permalink
chore: update peer dependency & repository location in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Dec 31, 2019
1 parent 1e02d54 commit 1a7156d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bindings/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
"standard-version": "^5.0.0"
},
"peerDependencies": {
"mongodb": "~3.4.0"
"mongodb": "^3.4.0"
},
"repository": {
"url": "https://github.com/mongodb/libmongocrypt"
"type": "git",
"url": "https://github.com/mongodb/libmongocrypt",
"directory": "bindings/node"
}
}

0 comments on commit 1a7156d

Please sign in to comment.