Added support for bower. Since I am not the owner of this project there is a step that you need to do @axel-zarate because i don't want to maintain this project and have to keep it up to date in bower as well.
Take a look at this page for further information on pushing to bower. Basically these are the steps you'll need to do:
$ npm install -g bower
$ bower register js-custom-select git@github.com:axel-zarate/js-custom-select.git <-- This just points at master but you'll want to start tagging your code and then push the tags.
Added support for bower. Since I am not the owner of this project there is a step that you need to do @axel-zarate because i don't want to maintain this project and have to keep it up to date in bower as well.
Take a look at this page for further information on pushing to bower. Basically these are the steps you'll need to do:
$ npm install -g bower
$ bower register js-custom-select git@github.com:axel-zarate/js-custom-select.git
<-- This just points at master but you'll want to start tagging your code and then push the tags.