diff --git a/package.json b/package.json index 9cc17a95..7f1a215f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "svelte-exmarkdown", "description": "Svelte component to render markdown. Dynamic and Extensible.", - "version": "5.0.2", + "version": "5.0.3", "scripts": { "dev": "vite dev", "build": "vite build", @@ -102,8 +102,8 @@ "exports": { "./package.json": "./package.json", "./contexts": { - "types": "./dist/contexts.d.ts", - "default": "./dist/contexts.js" + "types": "./dist/contexts.svelte.d.ts", + "default": "./dist/contexts.svelte.js" }, "./Markdown.svelte": { "types": "./dist/Markdown.svelte.d.ts", @@ -137,7 +137,7 @@ "typesVersions": { ">4.0": { "contexts": [ - "./dist/contexts.d.ts" + "./dist/contexts.svelte.d.ts" ], "Markdown.svelte": [ "./dist/Markdown.svelte.d.ts"