isaacs/rimraf

Add note that module is now shipped in node by default.

SimonSchick opened this issue · 3 comments

Looks like documentation change. Can I take this up? I am looking to start contributing to open-source in some way.

One thing to note is that this isn't a direct ship, as the implementation is in fs.rmdir, and doesn't support a few things like glob.

as of v4, this will use the node builtin where appropriate.