Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Node 12 and below don't have the `fs.rmSync` or `fs.rm` functions, and has limited support for removing a directory recursively. Instead we use `del`, which we include as a dependency anyway.
- Loading branch information