Skip to content

Commit f429e30

Browse files
committed
Remove unsupported expandDirectories option
1 parent 3b0402e commit f429e30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

registry/lib/globs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ async function globStreamLicenses(dirname, options) {
4848
absolute: true,
4949
caseSensitiveMatch: false,
5050
cwd: dirname,
51-
expandDirectories: recursive,
5251
...globOptions,
5352
...(ignore ? { ignore } : {})
5453
}

0 commit comments

Comments
 (0)