@dossier/minibeak
v0.9.0
Published
Simple and fast api client for ProFile
Keywords
Readme
minibeak
Simple and fast api client for ProFile
Building
- Build component library:
npm run build-lib - Build documentation:
npm run build-doc
Documentation
- Running documentation locally:
npm start. - Changes to master are automatically deployed to the online docs.
Releasing packages
Don't follow the steps below unless you know what you're doing.
Steps to release on npm:
- Checkout the correct release branch with your changes.
- Run the appropriate
npm version major|minor|patchto update package.json and create a tagged commit. - Push the resulting git tag to bitbucket (
git push --tags). - Then
npm publish.
