Skip to content

Commit

Permalink
fix: expose source code for Svelte in-time compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Feb 22, 2022
1 parent 51b0c8f commit 47bf11e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"module": "./dist/storyblok-svelte.mjs",
"svelte": "index.js",
"files": [
"dist"
"dist",
"index.js",
"StoryblokComponent.svelte"
],
"exports": {
".": {
Expand Down

0 comments on commit 47bf11e

Please sign in to comment.