From 0e45e29c6dd06fb16cb67ab4a7800439efda5d6a Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Thu, 5 Oct 2017 06:12:46 +0200 Subject: [PATCH] fix(schema): allow `options.name` to be a `{Function}` --- src/options.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/options.json b/src/options.json index 12a19c0..a3e978c 100644 --- a/src/options.json +++ b/src/options.json @@ -1,9 +1,7 @@ { "type": "object", "properties": { - "name": { - "type": "string" - }, + "name": {}, "regExp": {}, "context": { "type": "string"