Skip to content

Commit

Permalink
fix(ui): fix cjs exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Jul 7, 2022
1 parent bddc7fe commit 300432c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"exports": {
".": {
"import": "./dist/ui.es.js",
"require": "./dist/ui.umd.js"
"require": "./dist/ui.cjs.js"
},
"./editor": "./editor.js",
"./*": "./src/*"
Expand Down

0 comments on commit 300432c

Please sign in to comment.