Skip to content

Commit

Permalink
Update package.json (Issue #68)
Browse files Browse the repository at this point in the history
fix of issue #68 : moduleResolution: "bundler" support
  • Loading branch information
hjsung-brique authored Nov 28, 2023
1 parent 80c7b68 commit 230d066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"files": ["dist", "src"],
"exports": {
".": {
"svelte": "./src/Flatpickr.svelte"
"svelte": "./src/Flatpickr.svelte",
"types": "./src/types.d.ts"
}
}
}

0 comments on commit 230d066

Please sign in to comment.