mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
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
This commit is contained in:
parent
0ebdf1e93b
commit
24b6176521
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
--- | --- | --- | --- | --- | ---
|
||||
|
|
Loading…
Reference in a new issue