@timberhubcom/timberhub-component-library
v3.0.0
Published
A simple template for a custom React component library
Downloads
11
Keywords
Readme
Timberhub Component Library
Install
npm i @timberhubcom/timberhub-component-library
Publish
Whenever you have new changes in main and want to publish them:
- Create a new branch from the latest
main
. - Run
npm run publish-version:major|minor|patch
according to what you need. - Push changes and create a PR to main, so the
package.json
gets updated.