Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 185 Bytes

Notes.md

File metadata and controls

9 lines (6 loc) · 185 Bytes

Releasing new versions:

bump *.json
npm test && npm publish && git release v1.0.0

Updating the website:

vim sandbox/index.html  # update the script links
make deploy