fix version pattern
This commit is contained in:
parent
814717a76f
commit
0fcd5d991c
@ -12,7 +12,7 @@
|
|||||||
"required": {
|
"required": {
|
||||||
"description": "version requirement",
|
"description": "version requirement",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^(([><~]*=){0,1}[-_a-zA-Z0-9+.]+|)$"
|
"pattern": "^([><~=]{0,1}[-_a-zA-Z0-9+.]+|)$"
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
Loading…
Reference in New Issue
Block a user