From 24b6176521fad7702e1278324dd1ba40fb76b64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Louz=C3=A1n?= Date: Mon, 13 Aug 2018 17:53:08 +0200 Subject: [PATCH] docs: document package regex syntax make explicit the syntax used in the package configuration directives by linking to the minimatch npm package used for the implementation --- docs/packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packages.md b/docs/packages.md index db171a148..0f948be70 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -134,7 +134,7 @@ Be **aware that the order of your packages definitions is important and always u ### Configuration -You can define mutiple `packages` and each of them must have an unique `Regex`. +You can define mutiple `packages` and each of them must have an unique `Regex`. The syntax is based on [minimatch glob expressions](https://github.com/isaacs/minimatch). Property | Type | Required | Example | Support | Description --- | --- | --- | --- | --- | ---