Skip to content

Commit 25db200

Browse files
committed
fix main export
1 parent c827a3a commit 25db200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@hivemq/ui-library",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"type": "module",
5-
"module": "./dist/index.es.js",
5+
"main": "./dist/index.es.js",
66
"types": "./dist/index.d.ts",
77
"publishConfig": {
88
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)