build: fix exports in package.json
[e-mobility-charging-stations-simulator.git] / 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}",