We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270e8df commit bbd4262Copy full SHA for bbd4262
index.js
@@ -9,15 +9,6 @@ function patternMatcher(pattern) {
9
};
10
}
11
12
-readdir("some/path").then(
13
- function(files) {
14
- console.log("files are", files);
15
- },
16
- function(error) {
17
- console.error("something exploded", error);
18
- }
19
-);
20
-
21
function toMatcherFunction(ignoreEntry) {
22
if (typeof ignoreEntry == "function") {
23
return ignoreEntry;
package.json
@@ -3,7 +3,7 @@
3
"name": "recursive-readdir",
4
"description": "Get an array of all files in a directory and subdirectories.",
5
"license": "MIT",
6
- "version": "2.2.0",
+ "version": "2.2.1",
7
"repository": {
8
"type": "git",
"url": "git://github.com/jergason/recursive-readdir.git"
0 commit comments