Skip to content

Commit

Permalink
Fix dataviews commonjs export
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Dec 13, 2024
1 parent 7e85993 commit 7d3b421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dataviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"exports": {
".": {
"types": "./build-types/index.d.ts",
"import": "./build-module/index.js"
"import": "./build-module/index.js",
"default": "./build/index.js"
},
"./wp": {
"types": "./build-types/index.d.ts",
Expand Down

0 comments on commit 7d3b421

Please sign in to comment.