Skip to content

Commit

Permalink
fix(saslprep): add in missing saslprep dependency
Browse files Browse the repository at this point in the history
Fixes NODE-2225
  • Loading branch information
daprahamian authored and mbroadst committed Oct 10, 2019
1 parent aa4c832 commit 41f1165
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 46 deletions.
111 changes: 66 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -69,5 +69,8 @@
"generate-evergreen": "node .evergreen/generate_evergreen_tasks.js",
"release": "standard-version -i HISTORY.md"
},
"homepage": "https://github.com/mongodb/node-mongodb-native"
"homepage": "https://github.com/mongodb/node-mongodb-native",
"optionalDependencies": {
"saslprep": "^1.0.0"
}
}

0 comments on commit 41f1165

Please sign in to comment.