Comparing version 3.1.0 to 3.1.1
@@ -20,5 +20,3 @@ "use strict"; | ||
minimatch: { | ||
matchBase: true, | ||
dot: true, | ||
nocomment: true, | ||
} | ||
@@ -25,0 +23,0 @@ }; |
{ | ||
"name": "rrdir", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Recursive directory reader with a delightful API", | ||
@@ -5,0 +5,0 @@ "author": "silverwind <me@silverwind.io>", |
@@ -45,3 +45,3 @@ # rrdir | ||
- `options.encoding` *string*: The encoding to use on `entry.path`. Default: `'utf8'`. | ||
- `options.minimatch` *Object*: [minimatch options](https://github.com/isaacs/minimatch#options). Default: `{matchBase: true, dot: true, nocomment: true}`. | ||
- `options.minimatch` *Object*: [minimatch options](https://github.com/isaacs/minimatch#options). Default: `{dot: true}`. | ||
@@ -48,0 +48,0 @@ #### `entry` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9199
140