Skip to content

Commit

Permalink
Merge pull request #125 from storybookjs/benmccann-patch-1
Browse files Browse the repository at this point in the history
Fix export condition
  • Loading branch information
JReinhold authored Aug 23, 2023
2 parents 0150b40 + 172fd41 commit 7725af3
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 @@ -17,7 +17,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
"default": "./dist/index.js"
},
"./preset": {
"types": "./dist/preset/index.d.ts",
Expand Down

0 comments on commit 7725af3

Please sign in to comment.