mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +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": {
|
||||
"type": "object",
|
||||
"patternProperties": {
|
||||
"^\\w+$": {
|
||||
"^[^\/\\0]+$": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Add table
Reference in a new issue