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 mkdirp with fs.mkdir with recursive flag #1291

Merged
merged 2 commits into from
Feb 13, 2021
Merged

Replace mkdirp with fs.mkdir with recursive flag #1291

merged 2 commits into from
Feb 13, 2021

Commits on Feb 13, 2021

  1. Replace mkdirp with fs.mkdir with recursive flag

    Ref https://nodejs.org/dist/latest-v10.x/docs/api/fs.html#fs_fs_mkdir_path_options_callback
    
    Node 10 add "recursive" flag support to fs.mkdir which behaves similar
    to mkdirp package.
    
    Though this requires to bump node support.
    TrySound committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    2fa959d View commit details
    Browse the repository at this point in the history
  2. Bump node version

    TrySound committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    ce3a33b View commit details
    Browse the repository at this point in the history