From 0b23643a44e26cfcbf7af5473914429f4c28046d Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 17 Feb 2013 17:39:48 +0100 Subject: [PATCH] Update json schema as archive include was removed --- res/composer-schema.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/res/composer-schema.json b/res/composer-schema.json index 3eb22cff0..5ae75c922 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -208,11 +208,7 @@ "properties": { "exclude": { "type": "array", - "description": "A list of paths to exclude." - }, - "include": { - "type": "array", - "description": "A list of paths to include even though an exclude rule exists for them." + "description": "A list of patterns for paths to exclude or include if prefixed with an exclamation mark." } } },