Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 166 Bytes

File metadata and controls

11 lines (10 loc) · 166 Bytes

How to test locally:

npm link

How to push update:

# add/commit all changes first, then:
npm version (major|minor|patch)
npm publish