1.0.0-beta.4 • Published 2 years ago

@cubostuff/svelte-autotable v1.0.0-beta.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Dev

npm install
npm run dev

Getting Started

npm install @cubostuff/svelte-autotable lodash-es svelte
# lodash-es & svelte are @cubostuff/svelte-autotable peer dependencies.

Release

Make sure to check this links:

npm version minor
# options (major, minor, or patch)
# - increments the version your package.json based on the type of the change
# - commits this version bump
# - creates a tag for the current release

cd package
npm publish
git push
git push --tags

Release Beta

npm version 1.0.0-beta.1
# - bump package version
# - creates a git tag

cd package
npm publish --tag beta
git push
git push --tags