w8r / geojson2svg

Render geojson into SVG using inline or external stylesheet
https://w8r.github.io/geojson2svg/demo/
MIT License
66 stars 10 forks source link

Minimist missing as a dependency #11

Closed moll closed 4 years ago

moll commented 4 years ago

Hey,

I believe the minimist module is missing from actual dependencies (as opposed to devDependencies) as the executable variant of geojson2svg depends on it. Given the executable is installed along with geojson2svg itself, and not hidden in a ./scripts directoy, for example, I'd say minimist is therefore a production dependency.

Cheers

w8r commented 4 years ago

Fixed, cheers