Skip to content

Commit

Permalink
fix: type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dipankarmaikap committed Dec 23, 2024
1 parent dfbd164 commit d19100b
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 @@ -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 Expand Up @@ -162,4 +162,4 @@
"publishConfig": {
"access": "public"
}
}
}

Check failure on line 165 in package.json

View workflow job for this annotation

GitHub Actions / Lint (20)

Newline required at end of file but not found

0 comments on commit d19100b

Please sign in to comment.