@kando-house/slides-component-lib
v1.0.5
Published
Kando Slides components
Readme
Kando Slides Component Library
This package contains shared components and plugins used by Kando Slides (for example the tracking.js Reveal.js plugin).
Publishing a new version
Log in to npm (once per machine)
npm loginBump the version
Either edit the"version"field inpackage.json, or use one of:npm version patch # 1.0.4 -> 1.0.5 npm version minor # 1.0.4 -> 1.1.0 npm version major # 1.0.4 -> 2.0.0Build / validate (if applicable)
If you add a build step or tests later, run them here before publishing.Publish to npm
From the project root:npm publish --access publicTag the release in git (optional but recommended)
git tag vX.Y.Z git push origin vX.Y.Z
After publishing, consumers can install/update the package in other projects with:
npm install @kando-house/slides-component-lib