dariusk/pos-js

Push updated release to NPM

markbirbeck opened this issue · 3 comments

Or even better...change the issue title to Set up CI to automatically deploy to NPM and let's get this automated. ;)

I'm sure you know how to do this @dariusk, but if you need a hand just shout. I use Wercker for all of my projects and it's pretty easy to get it deploying to NPM on a successful build.

Good idea. I'm most familiar with Travis-CI and use it for a few other projects so I think I'll go with that.

Fixed in 693c0d3 and with some configuration to the repo. Now as long as a pull request increments the NPM version, the publish should happen automatically.