ptn-helpers
v0.0.19
Published
helper functions to fetch and display ptn data
Maintainers
Readme
ptn helpers
Helper functions to fetch and display ptn data.
Publishing to npm
# Bump version (choose one)
npm version patch # 0.0.18 -> 0.0.19
npm version minor # 0.0.18 -> 0.1.0
npm version major # 0.0.18 -> 1.0.0
# Publish to npm
npm publishThe lifecycle scripts handle the rest:
preversion: runs lintversion: formats code and stages changespostversion: pushes commits and tags to gitprepublishOnly: runs tests and lint before publish
