Fix outdated package name regex pattern in documentation (#11523)
parent
e8757252e5
commit
d05f4791cd
|
@ -35,7 +35,7 @@ separated by `/`. Examples:
|
||||||
* igorw/event-source
|
* igorw/event-source
|
||||||
|
|
||||||
The name must be lowercase and consist of words separated by `-`, `.` or `_`.
|
The name must be lowercase and consist of words separated by `-`, `.` or `_`.
|
||||||
The complete name should match `^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9](([_.]?|-{0,2})[a-z0-9]+)*$`.
|
The complete name should match `^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9](([_.]|-{1,2})?[a-z0-9]+)*$`.
|
||||||
|
|
||||||
The `name` property is required for published packages (libraries).
|
The `name` property is required for published packages (libraries).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue