pelias / openstreetmap

Import pipeline for OSM in to Pelias
MIT License
111 stars 72 forks source link

feat(deps): Remove fs-extra #520

Closed orangejulius closed 4 years ago

orangejulius commented 4 years ago

We generally only use the fs-extra package for its mkdir -p style convenience wrapper, which can now easily be done with the stock fs module.

This removes usage of the fs-extra module and replaces it with native alternatives.

Closes https://github.com/pelias/openstreetmap/pull/519

orangejulius commented 4 years ago

Unlike https://github.com/pelias/openaddresses/pull/459, this repo doesn't use anything in fs-extra that we can't easily replace! :tada: