Allow manifest "sources" to be any valid file name.

This commit is contained in:
Adam Bolte 2014-02-21 11:21:19 +11:00
parent 29d4bdf70d
commit 40d55ded4a

View file

@ -45,7 +45,7 @@
"sources": {
"type": "object",
"patternProperties": {
"^\\w+$": {
"^[^\/\\0]+$": {
"type": "array",
"items": {
"type": "string",