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

optionalDependencies? #82

Closed niksy closed 1 year ago

niksy commented 5 years ago

Is there a need to have optionalDependencies? Our installation procedure always tries to install them regardless of no-optional flag in npm, but I was wondering is there any particular reason you ship package.json with that property? Could it be removed or transferred to devDependencies since it’s mostly build stuff like Yarn?