pto-engine
v0.2.2
Published
PTO calculation made easy.
Readme
Available Scripts
npm test
Run tests.
Release Workflow
- [ ] Update
package.json. - [ ] Update
CHANGELOG.mdwith notes for the new release version. - [ ] Create a tag
git tag -a v1.0.0with release notes fromCHANGELOG.md. - [ ] Push the tag
git push --tags. - [ ] Draft a new release on GitHub.
- [ ] Run
npm publish.
