fb-crypto
TypeScript icon, indicating that this package has built-in type declarations

2.1.11 • Public • Published

Building

yarn build

Formatting and Linting

We are using Prettier and TsLint!

yarn lint
yarn format

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:

yarn test

Bumping a new npm package version

Let’s bump a new patch version of the package:

npm version patch

Our preversion, version, and postversion will run, create a new tag in git and push it to our remote repository. Now publish:

npm publish --access=public

And now you have a new version.

Package Sidebar

Install

npm i fb-crypto

Weekly Downloads

0

Version

2.1.11

License

ISC

Unpacked Size

237 kB

Total Files

110

Last publish

Collaborators

  • ellina.kolisnichenko