From 30c786e67febaaf2f6f10a38c9517ee104e8b0e1 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Mon, 6 Nov 2023 08:15:30 +0100 Subject: [PATCH] Update description in schema, too --- docs/docson/build-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docson/build-schema.json b/docs/docson/build-schema.json index afa749b659..92ae61cd04 100644 --- a/docs/docson/build-schema.json +++ b/docs/docson/build-schema.json @@ -7,7 +7,7 @@ }, "suffix-spec": { "type": "string", - "description": "Suffix of generated js files. Default: .js" + "description": "Suffix of generated js files. Default: .js. May contain letters, digits, \"-\", \"_\" and \".\" and must end with .js, .mjs or .cjs." }, "module-format-object": { "type": "object",