We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To publish a new version, complete the following steps:
First ensure you have committed all the code. Then run unit-tests:
git pristine && npm install && npx jest --coverage
Update the package version:
npm update <minor|patch>
Produce and publish the package:
npm run build npm pack npm publish <package.json>
There was an error while loading. Please reload this page.