A small thing, you could use https://npmcdn.com/ in conjunction with NPM to auto-cdn this project upon each new release. This would be helpful for people who just want to <script> include it rather than have to host themselves.
A release script like this may also be helpful in automating your releases with a npm release command.
A small thing, you could use https://npmcdn.com/ in conjunction with NPM to auto-cdn this project upon each new release. This would be helpful for people who just want to
<script>
include it rather than have to host themselves.A release script like this may also be helpful in automating your releases with a
npm release
command.