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

chore: replace make-dir with fs.mkdir #10136

Merged
merged 4 commits into from Jun 23, 2020
Merged

Commits on Jun 6, 2020

  1. chore: replace make-dir with fs.mkdir

    Builtin fs.mkdir supports recursive option since node v10.
    
    See here https://nodejs.org/docs/latest-v10.x/api/fs.html#fs_fs_mkdirsync_path_options
    TrySound committed Jun 6, 2020
    Copy the full SHA
    c0464b3 View commit details
    Browse the repository at this point in the history
  2. Fix prettier

    TrySound committed Jun 6, 2020
    Copy the full SHA
    7a43288 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Copy the full SHA
    f59fe00 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    SimenB committed Jun 23, 2020
    Copy the full SHA
    50c3d73 View commit details
    Browse the repository at this point in the history