Skip to content

Commit c3b9ac3

Browse files
committed
mark package as type module
1 parent f9729a2 commit c3b9ac3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/charts/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22
"name": "@ui5/webcomponents-react-charts",
33
"version": "1.8.0",
44
"description": "Charts for ui5-webcomponents-react",
5+
"type": "module",
56
"main": "dist/index.js",
67
"module": "dist/index.js",
78
"types": "dist/index.d.ts",
9+
"exports": {
10+
".": {
11+
"types": "./dist/index.d.ts",
12+
"default": "./dist/index.js"
13+
},
14+
"./package.json": "./package.json",
15+
"./dist": "./dist/index.js",
16+
"./dist/*": "./dist/*",
17+
"./dist/*.js": "./dist/*.js"
18+
},
819
"homepage": "https://sap.github.io/ui5-webcomponents-react",
920
"repository": {
1021
"type": "git",

0 commit comments

Comments
 (0)