build: fix exports in package.json
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 3 Jan 2024 18:25:49 +0000 (19:25 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 3 Jan 2024 18:25:49 +0000 (19:25 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
package.json

index e7d0b4f5396d7cfedaf6b20e69d82b8f52606ce6..aeaa72682377bfe93b7d75a54aba6b80e9f6837d 100644 (file)
@@ -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}",