Skip to content

Commit 5941d8c

Browse files
fix: re-add main fields to package.json for jest tests (#1471)
1 parent 46f9bf4 commit 5941d8c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/base/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@ui5/webcomponents-react-base",
33
"version": "0.15.0",
44
"description": "Base for ui5-webcomponents-react",
5+
"main": "index.esm.js",
56
"module": "index.esm.js",
67
"types": "index.d.ts",
78
"homepage": "https://sap.github.io/ui5-webcomponents-react",

packages/charts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@ui5/webcomponents-react-charts",
33
"version": "0.15.0",
44
"description": "Charts for ui5-webcomponents-react",
5+
"main": "index.esm.js",
56
"module": "index.esm.js",
67
"types": "index.d.ts",
78
"homepage": "https://sap.github.io/ui5-webcomponents-react",

packages/main/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@ui5/webcomponents-react",
33
"version": "0.15.0",
44
"description": "React Wrapper for UI5 Web Components and additional components",
5+
"main": "index.esm.js",
56
"module": "index.esm.js",
67
"types": "index.d.ts",
78
"homepage": "https://sap.github.io/ui5-webcomponents-react",

0 commit comments

Comments
 (0)