Skip to content

Commit 7416f42

Browse files
committed
chore(ui-voip): Declare package as ESM
1 parent d02ba3a commit 7416f42

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/ui-voip/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
"name": "@rocket.chat/ui-voip",
33
"version": "14.0.0",
44
"private": true,
5+
"type": "module",
6+
"exports": {
7+
".": {
8+
"default": "./dist/index.js",
9+
"types": "./dist/index.d.ts"
10+
}
11+
},
512
"main": "./dist/index.js",
6-
"typings": "./dist/index.d.ts",
713
"files": [
814
"/dist"
915
],

0 commit comments

Comments
 (0)