Merge pull request #9 from boltronics/manifest_fix

Allow manifest "sources" to be any valid file name.
This commit is contained in:
Anders Ingemann 2014-02-21 11:02:47 +01:00
commit c813dfaffa

View file

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