Skip to content

Commit

Permalink
try updating exports map in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Jan 8, 2024
1 parent 598c39e commit 71c0a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"license": "AGPL-3.0-or-later",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"types": "./dist/ui.d.ts",
"import": "./dist/ui.js"
},
"./src/*": "./src/*",
"./*": "./dist/*"
Expand Down

0 comments on commit 71c0a53

Please sign in to comment.