From 07aa1de369ebcc694cd36edaa2d5af018698b493 Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Wed, 2 Sep 2015 15:25:30 -0500 Subject: [PATCH] readme: remove note about wildcards. Closes #155 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a0c9ebc..76c9ab0 100644 --- a/README.md +++ b/README.md @@ -464,8 +464,6 @@ What's needed? - A directory walker. Probably this one: https://github.com/thlorenz/readdirp imported into `fs-extra`. - After the directory walker is integrated, any function that needs to traverse directories like `copy`, `remove`, or `mkdirs` should be built on top of it. -- After the aforementioned functions are built on the directory walker, `fs-extra` should then explicitly -support wildcards. Note: If you make any big changes, **you should definitely post an issue for discussion first.**