Skip to content

Commit 6967e06

Browse files
authored
Update minimum_versions.py
1 parent 44feca5 commit 6967e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimum_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"packages": {
3232
"type": "object",
3333
"patternProperties": {
34-
"^[a-z][a-z0-9_]*$": {"type": "integer", "minimum": 1}
34+
"^[a-z][a-z0-9_-]*$": {"type": "integer", "minimum": 1}
3535
},
3636
"additionalProperties": False,
3737
},

0 commit comments

Comments
 (0)