repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2198456
)
build: fix exports in package.json
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 3 Jan 2024 18:25:49 +0000
(19:25 +0100)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index e7d0b4f5396d7cfedaf6b20e69d82b8f52606ce6..aeaa72682377bfe93b7d75a54aba6b80e9f6837d 100644
(file)
--- 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}",