reload
reload copied to clipboard
(Consider) Automatic CI npm publish
Consider adding automatic npm publish on tagged commits. We could use Travis for something like:
deploy:
provider: npm
api_key: $NPM_API_KEY
on:
tags: true
branch: master

I like this idea. You should definitely do it @alallier