caspeco-casper-ui
v0.1.26
Published
This is a bundle of all components from the casper-ui-library publicly available at [bit.cloud/caspeco/casper-ui-library](https://bit.cloud/caspeco/casper-ui-library).
Downloads
393
Readme
About
This is a bundle of all components from the casper-ui-library publicly available at bit.cloud/caspeco/casper-ui-library.
How to build and publish a new bundle
- merge main into this branch
- run
npm start
in the bundle folder - Verify that the bundle seams complete in the dist folder
- run
npm version patch
in the bundle folder or update the version in package.json directly - run
npm publish
in the bundle folder