From f3f07945412554cf20e89be4022af5042a208a5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 3 Jan 2024 19:25:49 +0100 Subject: [PATCH] build: fix exports in package.json MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index e7d0b4f5..aeaa7268 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,7 @@ } ], "type": "module", - "exports": [ - "./dist/start.js" - ], + "exports": "./dist/start.js", "auto-changelog": { "commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}", "issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}", -- 2.34.1