Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Oct 9, 2024
1 parent af719ab commit 604a6ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
],
"license": "AGPL-3.0-only",
"type": "module",
"types": "dist/ui.d.ts",
"types": "dist/hotosm-ui.d.ts",
"exports": {
".": {
"types": "./dist/ui.d.ts",
"import": "./dist/ui.js"
"types": "./dist/hotosm-ui.d.ts",
"import": "./dist/hotosm-ui.js"
},
"./dist/ui.js": "./dist/ui.js",
"./dist/hotosm-ui.js": "./dist/hotosm-ui.js",
"./dist/components/*": "./dist/components/*",
"./dist/react": "./dist/react/index.js",
"./dist/themes/*": "./dist/themes/*",
Expand Down

0 comments on commit 604a6ee

Please sign in to comment.