Skip to content

Commit

Permalink
add import entry to globals exports
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Nov 8, 2023
1 parent 7d703fa commit 214a6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/lib/preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"./globals": {
"types": "./dist/globals.d.ts",
"import": "./dist/globals.js",
"require": "./dist/globals.js"
},
"./package.json": "./package.json"
Expand Down
1 change: 1 addition & 0 deletions code/ui/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"./globals": {
"types": "./dist/globals.d.ts",
"import": "./dist/globals.js",
"require": "./dist/globals.js"
},
"./paths": "./paths.js",
Expand Down

0 comments on commit 214a6f8

Please sign in to comment.