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