From 40d55ded4a88196724dfb16f237cf0113eb276a1 Mon Sep 17 00:00:00 2001 From: Adam Bolte Date: Fri, 21 Feb 2014 11:21:19 +1100 Subject: [PATCH] Allow manifest "sources" to be any valid file name. --- base/manifest-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/manifest-schema.json b/base/manifest-schema.json index b9adbbe..17dc233 100644 --- a/base/manifest-schema.json +++ b/base/manifest-schema.json @@ -45,7 +45,7 @@ "sources": { "type": "object", "patternProperties": { - "^\\w+$": { + "^[^\/\\0]+$": { "type": "array", "items": { "type": "string",