Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
chore: add todo to get rid of mkdirp dep (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Feb 3, 2020
1 parent d7f1d0e commit 41c0c71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/mkdirp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import mkdirp from 'mkdirp';

/**
* TODO: once we drop support for Node 10, this should be removed in favor
* of fs.mkdir(dir, {recursive: true});
*/


export { mkdirp };

0 comments on commit 41c0c71

Please sign in to comment.