0
Fork 0
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:
Diego Louzán 2018-08-13 17:53:08 +02:00
parent 0ebdf1e93b
commit 24b6176521

View file

@ -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
--- | --- | --- | --- | --- | ---