yeoman / configstore

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

Requiring Node.js 10+? #75

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. https://nodejs.org/dist/latest-v10.x/docs/api/fs.html#fs_fs_mkdirsync_path_options

If it is fine, I will open a pull request to drop make-dir.

sindresorhus commented 3 years ago

PR welcome.

takenspc commented 3 years ago

I opened https://github.com/yeoman/configstore/pull/76