Skip to content

Commit

Permalink
fix(exports): update types path to use the correct type def
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfunc committed Feb 2, 2024
1 parent ad6013c commit 539e2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,11 +9,11 @@
"chartjs"
],
"type": "module",
"types": "./dist/types/index.d.ts",
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"import": "./dist/index.js"
},
Expand Down

0 comments on commit 539e2c7

Please sign in to comment.