From 5250b88557afb591470a0bc15539373f5a56e065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Mon, 28 Nov 2022 02:00:29 +0900 Subject: [PATCH] docs(json): correct minimatch to picomatch (#1332) --- packages/json/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/json/README.md b/packages/json/README.md index 3767d5307..e98f81fe5 100644 --- a/packages/json/README.md +++ b/packages/json/README.md @@ -66,14 +66,14 @@ If `true`, instructs the plugin to ignore `indent` and generates the smallest co Type: `String` | `Array[...String]`
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]`
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`