From bc4c8fe7a2f21f2c96a4c8c1ec898bba8f7658aa Mon Sep 17 00:00:00 2001 From: Niclas Olofsson Date: Wed, 10 Jun 2020 16:12:23 +0200 Subject: [PATCH] Change incorrect type for jsFilesExtensions --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 76e15e8..3b8aac4 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,7 @@ "description": "Module system to be used whem extracting Javascript" }, "glean.jsFilesExtensions": { - "type": [ - "string" - ], + "type": "array", "default": [ "js", "jsx",