Skip to content

Commit 4f19d6d

Browse files
committed
fix broken umd export
1 parent 06c614a commit 4f19d6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
"require": "./bundles/*.cjs",
110110
"import": "./bundles/*.js"
111111
},
112+
"./bundles/umd": {
113+
"require": "./bundles/umd/base.js",
114+
"import": "./bundles/umd/base.js"
115+
},
112116
"./config/*": {
113117
"require": "./config/*.cjs",
114118
"import": "./config/*.js"
@@ -144,4 +148,4 @@
144148
"default": "./index.js"
145149
}
146150
}
147-
}
151+
}

0 commit comments

Comments
 (0)