@fixel/fixel-components
v0.4.14
Published
npm package of reusable components for Fixel applications
Downloads
16
Keywords
Readme
Updating the NPM package
W/O committing changes to git:
- npm run build
- npm version X.Y.Z --no-git-tag-version
With committing changes to git:
commit all changes
npm run build
npm version <patch/manor/major>
npm publish
update package version in the apps using this package