From 9603211c67e0f5b7c211ec87b9516795bab32d7b Mon Sep 17 00:00:00 2001 From: sime Date: Tue, 15 Oct 2019 16:34:03 +1100 Subject: [PATCH] Improve res definition for blacklist. --- res/satis-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/satis-schema.json b/res/satis-schema.json index 8f27b544..6868680f 100644 --- a/res/satis-schema.json +++ b/res/satis-schema.json @@ -122,11 +122,11 @@ }, "blacklist": { "type": "object", - "description": "Packages and versions to exclude as blacklisted.", + "description": "This is a hash of package name (keys) and version constraints (values) to exclude after selecting packages.", "minProperties": 1, "additionalProperties": { "type": "string", - "description": "A valid version constraint." + "description": "A valid version constraint" } }, "require-all": {