Skip to content

Commit

Permalink
Merge pull request #69 from hjsung-brique/patch-1
Browse files Browse the repository at this point in the history
Update package.json (Issue #68)
  • Loading branch information
jacobmischka authored Nov 28, 2023
2 parents 80c7b68 + 230d066 commit 9bf877e
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 9bf877e

Please sign in to comment.