Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

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)