flare-ledger-staking
v1.1.3
Published
Tool for flare staking ledger support
Downloads
11
Readme
Flare Ledger Staking
Installation and version management
Some info on upgrading this tool to a new version.
- Build the project with
yarn build
- Check that lib can be created
npm pack
- Bump to next version
npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
- Publish with
npm publish --access=public
- Make sure to push to git with
git push
To publish locally use npm install -g .
.