smithmicro / mapbox-gl-circle

A *google.maps.Circle* replacement for Mapbox GL JS
https://smithmicro.github.io/mapbox-gl-circle/
ISC License
55 stars 26 forks source link

Move optionalDependencies to devDependencies #84

Closed mdartic closed 1 year ago

mdartic commented 4 years ago

Related to #82

Because it creates some issues when you install optionalDependency like "yarn 0.27.5" and now we are on "1.19". Because I think it's better to not install these dependencies when just using it on a project.

Thanks for the library anyway, it helps a lot !