fix version pattern
Some checks failed
Declarative Tests / test (push) Waiting to run
Lint / golangci-lint (push) Has been cancelled

This commit is contained in:
Matthew Rich 2024-04-17 23:16:52 -07:00
parent 814717a76f
commit 0fcd5d991c

View File

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