shawnmclean/Idle.js

Bower support

Closed this issue · 8 comments

Could you add bower support?

Thanks.

Ok, I'll look into how I can integrate some automated deployments from travis-ci.

👍

Pushing updates to bower is as simple as publishing a new git tag, so once it's registered as a component it should be pretty painless to keep it updated.

Any update on this? The bower file has already been added, so it's just a matter (as jmeas said) to create the release and then register the module with bower with:
bower register idle.js git@github.com:shawnmclean/Idle.js.git

The build was broken. I'm going to try and fix it and publish ASAP.

Still working on it, I just can't figure out why its broken yet. :(

Update this line to be 0.10. Node 0.8 doesn't have support for the semver caret operator, ^.

Awesome, thanks! It's pushed to bower now.

Thank you :)