Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 302 Bytes

Notes.md

File metadata and controls

17 lines (11 loc) · 302 Bytes

Dev notes

Testing

  • Apart from the npm tests, try opening example/index.html in the browser.

  • Also, run mocha example/ -r index

Releasing new versions

# also update the reference in readme.md
  bump *.json Readme.md

# yeah
  npm test && npm publish && git release v1.0.0