fb-crypto
v2.1.11
Published
JS implementation of FBCrypto
Maintainers
Readme
Building
Formatting and Linting
We are using Prettier and TsLint!
Tests (with Jest)
In the src folder, we have folder called __tests__.
Add a new file with a name you like, but it has to end with test.ts, for example FBCrypto.test.ts
Run tests:
Bumping a new npm package version
Let’s bump a new patch version of the package:
Our preversion, version, and postversion will run, create a new tag in git and push it to our remote repository. Now publish:
And now you have a new version.
