npm.io
0.0.19 • Published 5 months ago

ptn-helpers

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 lint
  • version: formats code and stages changes
  • postversion: pushes commits and tags to git
  • prepublishOnly: runs tests and lint before publish