Skip to content

Commit

Permalink
correct exports map
Browse files Browse the repository at this point in the history
  • Loading branch information
antony committed Nov 11, 2024
1 parent 36e545f commit f93f18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"svelte": ">=4.0.0"
},
"exports": {
".": "./components.js"
".": "./src/lib/components.js"
},
"types": "./components.d.ts",
"type": "module",
Expand Down

0 comments on commit f93f18a

Please sign in to comment.