Comparing version 10.0.0 to 10.0.1
{ | ||
"name": "rrdir", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "Recursive directory reader with a delightful API", | ||
@@ -5,0 +5,0 @@ "author": "silverwind <me@silverwind.io>", |
@@ -45,3 +45,2 @@ # rrdir | ||
- `strict` *boolean*: Whether to throw immediately when reading an entry fails. Default: `false`. | ||
- `match` *Object*: [picomatch options](https://github.com/micromatch/picomatch#options). Default: `{dot: true}`. | ||
@@ -48,0 +47,0 @@ #### `entry` *Object* |
11027
55