maplibre / maplibre-gl-geocoder

Geocoding for MapLibre
ISC License
45 stars 17 forks source link

Events library dependency #104

Closed pierreleripoll closed 2 days ago

pierreleripoll commented 1 year ago

Hi! I had a problem with an app I built that uses maplibre-gl-geocoder. The component wouldn't work because the events library required in index.js is not listed in the dependencies in package.json.

I added the dependency to my project's package.json, and now it works. I'm not sure if I'm doing something wrong, but maybe maplibre-gl-geocoder's package.json should have "events" in its dependencies list?

Thank you for your work on this library, though - it's great!

HarelM commented 4 days ago

This should be fixed by #118