Skip to content

Commit

Permalink
Fix types mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodevx committed Mar 7, 2023
1 parent 4110b05 commit d0691f2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerodevx/svelte-img",
"version": "1.2.8",
"version": "1.2.9",
"description": "High-performance responsive images for SvelteKit",
"author": "Jason Lee <[email protected]>",
"scripts": {
Expand Down Expand Up @@ -53,6 +53,16 @@
"./vite": "./dist/vite.js"
},
"svelte": "./dist/index.js",
"typesVersions": {
">4.0": {
"index": [
"./dist/index.d.ts"
],
"vite": [
"./dist/vite.d.ts"
]
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit d0691f2

Please sign in to comment.