mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Merge pull request #9 from boltronics/manifest_fix
Allow manifest "sources" to be any valid file name.
This commit is contained in:
commit
c813dfaffa
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
"sources": {
|
"sources": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"patternProperties": {
|
"patternProperties": {
|
||||||
"^\\w+$": {
|
"^[^\/\\0]+$": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Add table
Reference in a new issue