pelias / whosonfirst

Importer for Who's on First gazetteer
MIT License
26 stars 42 forks source link

feat(deps): Remove fs-extra module #501

Closed orangejulius closed 4 years ago

orangejulius commented 4 years ago

In this project, we 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 change removes usage of the fs-extra module and replaces it with the native recursive option.

Closes https://github.com/pelias/whosonfirst/pull/489