mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-08 01:40:31 +00:00
Allow manifest "sources" to be any valid file name.
This commit is contained in:
parent
29d4bdf70d
commit
40d55ded4a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
"sources": {
|
||||
"type": "object",
|
||||
"patternProperties": {
|
||||
"^\\w+$": {
|
||||
"^[^\/\\0]+$": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Add table
Reference in a new issue