Closed orangejulius closed 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.
mkdir -p
This removes usage of the fs-extra module and replaces it with native alternatives.
Closes https://github.com/pelias/openstreetmap/pull/519
Unlike https://github.com/pelias/openaddresses/pull/459, this repo doesn't use anything in fs-extra that we can't easily replace! :tada:
fs-extra
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