pointhi / leaflet-color-markers

color variations of the standard leaflet marker
BSD 2-Clause "Simplified" License
641 stars 120 forks source link

Add Bower support #10

Closed demiankatz closed 6 years ago

demiankatz commented 6 years ago

This PR adds a bower.json file as suggested in issue #9.

Once this is merged, the project needs to be registered with Bower as described here:

https://bower.io/docs/creating-packages/#register

(Just a matter of installing Bower and running bower register leaflet-color-markers https://github.com/pointhi/leaflet-color-markers).

Bower also expects tagged versions using semantic versioning, so it would be great to tag the current master branch with v1.0.0 to get things started.

Please let me know if you have questions or concerns or if I can do anything else to help out. (Admittedly, I'm new to Bower as well, so apologies if I've made any newbie mistakes... but it seems pretty straightforward).

Thanks again!

pointhi commented 6 years ago

thanks, I will try to register it with bower now

demiankatz commented 6 years ago

Thanks, @pointhi, it is working for me! I appreciate your help.