Licence
ISC
Version
0.0.19
Deps
1
Size
13 kB
Vulns
0
Weekly
0
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 publish
The 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