yeoman / configstore

Easily load and persist config without having to think about where and how
BSD 2-Clause "Simplified" License
866 stars 57 forks source link

Replace `make-dir` with `fs.mkdirSync` #76

Closed takenspc closed 3 years ago

takenspc commented 3 years ago

Node.js 10 LTS introduced recursive fs.mkdirSync so that we can drop make-dir from dependencies.

Fixes https://github.com/yeoman/configstore/issues/75

BREAKING CHANGE: Requries Node.js 10 LTS+.