Skip to content

Commit

Permalink
docs(json): correct minimatch to picomatch (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Nov 27, 2022
1 parent c719c7d commit 5250b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ If `true`, instructs the plugin to ignore `indent` and generates the smallest co
Type: `String` | `Array[...String]`<br>
Default: `null`
A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored.
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored.
### `include`
Type: `String` | `Array[...String]`<br>
Default: `null`
A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted.
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted.
### `indent`
Expand Down

0 comments on commit 5250b88

Please sign in to comment.