Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 135 Bytes

RELEASE.md

File metadata and controls

11 lines (9 loc) · 135 Bytes

Create a new version

Update package.json and create a new tag.

$ npm version x.y.z

Publish to NPM

$ npm publish