mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
Merge pull request #917 from dlouzan/docs/package-regex-syntax
docs: document package regex syntax
This commit is contained in:
commit
7282fafbdd
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…
Add table
Reference in a new issue