mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-24 21:15:51 +01: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
@ -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 New Issue
Block a user