Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 148 Bytes

PUBLISHING.md

File metadata and controls

6 lines (5 loc) · 148 Bytes

Publishing new version

  • Update version in package.json
  • git tag vx.x.x
  • git push --tags
  • node publish.js (publishes packages to npm)