smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.05k stars 273 forks source link

npm install --save leaflet-geosearch doesn't pull expected results #107

Closed hanginwithdaddo closed 7 years ago

hanginwithdaddo commented 7 years ago

For some reason using npm to pull the latest build produces a dist folder with bundle.js, bundle-min.js, and style.css files. I was expecting to see files like l.control.geosearch.js, l.geosearch.provider.*.js, etc. and css and image folders. What am I doing wrong? Thanks in advance.

hanginwithdaddo commented 7 years ago

Please ignore this.