0
Fork 0
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:
Juan Picado @jotadeveloper 2018-08-14 08:49:23 +02:00 committed by GitHub
commit 7282fafbdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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