Closed orangejulius closed 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
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