We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9729a2 commit c3b9ac3Copy full SHA for c3b9ac3
packages/charts/package.json
@@ -2,9 +2,20 @@
2
"name": "@ui5/webcomponents-react-charts",
3
"version": "1.8.0",
4
"description": "Charts for ui5-webcomponents-react",
5
+ "type": "module",
6
"main": "dist/index.js",
7
"module": "dist/index.js",
8
"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
19
"homepage": "https://sap.github.io/ui5-webcomponents-react",
20
"repository": {
21
"type": "git",
0 commit comments