Skip to content

Commit 5250b88

Browse files
authored
docs(json): correct minimatch to picomatch (#1332)
1 parent c719c7d commit 5250b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/json/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ If `true`, instructs the plugin to ignore `indent` and generates the smallest co
6666
Type: `String` | `Array[...String]`<br>
6767
Default: `null`
6868
69-
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.
69+
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.
7070
7171
### `include`
7272
7373
Type: `String` | `Array[...String]`<br>
7474
Default: `null`
7575
76-
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.
76+
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.
7777
7878
### `indent`
7979

0 commit comments

Comments
 (0)