Skip to content

Commit d8546d4

Browse files
committed
fix: main file entry point path
1 parent 2f3c1e4 commit d8546d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mconf/bbb-ui-components-react",
33
"version": "1.0.0",
4-
"main": "dist/index.ts",
4+
"main": "dist/components/index.js",
55
"types": "dist/types/index.d.ts",
66
"files": [
77
"dist",

0 commit comments

Comments
 (0)