Add bcryptjs

This commit is contained in:
Lucas Patenaude
2024-03-15 03:27:25 -06:00
parent 1d1dc1357e
commit 90b9347318
563 changed files with 79679 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
# Contributing
### Releasing a new version:
- Ensure tests are passing on travis and appveyor
- Run `node scripts/abi_crosswalk.js` and commit any changes
- Update the changelog
- Tag a new release like: `git tag -a v0.6.34 -m "tagging v0.6.34" && git push --tags`
- Run `npm publish`