pointhi / leaflet-color-markers

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

migrate away from deprecated bower.json #19

Open patrickp-rthinfo opened 4 years ago

patrickp-rthinfo commented 4 years ago

Bower is deprecated. Popular alternatives are yarn or npm "plus X" where X stands for additional solutions like browserify. If we want to go with npm, we must create a package.json and publish a package on npmjs.com.

Vectorial1024 commented 4 months ago

This package was recently modernized (ref https://github.com/Vectorial1024/leaflet-color-markers/issues/4).

The modernized package uses NPM + Rollup, and is available at https://www.npmjs.com/package/@vectorial1024/leaflet-color-markers . Most notably, the package works with the include syntax (more info in the README).

Users of both pointhi/leaflet-color-markers (not published on NPM) and patrickp-rthinfo/leaflet-color-markers (published as leaflet-color-markers) should migrate to use the modernized package @vectorial1024/leaflet-color-markers.