Skip to content

Commit

Permalink
Merge pull request #1043 from storyblok/fix-type-issue
Browse files Browse the repository at this point in the history
fix: type issue
  • Loading branch information
dipankarmaikap authored Dec 24, 2024
2 parents dfbd164 + 6b85b7d commit 4c60100
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 @@ -21,7 +21,7 @@
],
"exports": {
".": {
"types": "./dist/storyblok-astro.d.ts",
"types": "./dist/index.d.ts",
"import": "./dist/storyblok-astro.es.js",
"require": "./dist/storyblok-astro.umd.js"
},
Expand Down

0 comments on commit 4c60100

Please sign in to comment.