@eitje/web_components
v1.1.36-alpha.1
Published
Eitje web component library
Downloads
921
Readme
web_components
Eitje Component library to share React components between web projects
Deploy and build steps:
- Update the version in package.json
- push a commit with the version as commit message, e.g. "1.23.4"
yarn build
npm publish
Create a prelease
- Update the version in package.json with postfix
-alpha.0
- Follow the same steps as above.