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

deps: remove mkdirp and make-dir for fs.mkdir #9858

Merged
merged 1 commit into from
Oct 18, 2019
Merged

deps: remove mkdirp and make-dir for fs.mkdir #9858

merged 1 commit into from
Oct 18, 2019

Conversation

brendankenny
Copy link
Member

riffing off of #9855, Node 10 added a recursive option to fs.mkdir, making it fully capable of what we use mkdirp and make-dir for (in fact, since make-dir actually gets updated, it now just calls fs.mkdir when it's supported).

We require a minimum Node 10, so no need to use these anymore.

@paulirish
Copy link
Member

dope

@paulirish paulirish merged commit 14b6ec4 into master Oct 18, 2019
@paulirish paulirish deleted the rmmkdirp branch October 18, 2019 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants