Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace make-dir with fs.mkdirSync #76

Merged
merged 2 commits into from
Apr 5, 2021
Merged

Replace make-dir with fs.mkdirSync #76

merged 2 commits into from
Apr 5, 2021

Conversation

takenspc
Copy link
Contributor

@takenspc takenspc commented Mar 31, 2021

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

Fixes #75

BREAKING CHANGE: Requries Node.js 10 LTS+.

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

#75

BREAKING CHANGE: Requries Node.js 10 LTS+.
@takenspc takenspc mentioned this pull request Mar 31, 2021
@sindresorhus sindresorhus changed the title refactor: replace make-dir with fs.mkdirSync Replace make-dir with fs.mkdirSync Apr 5, 2021
@sindresorhus sindresorhus merged commit 5825c70 into yeoman:main Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Requiring Node.js 10+?
2 participants