Skip to content

Commit

Permalink
fix(package): use import specifier instead of svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 17, 2023
1 parent aca321e commit cce4560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/npm-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ async function npmPackage() {
svelte: "./index.js",
},
"./*.svelte": {
types: "./*.d.ts",
svelte: "./*.svelte",
types: "./*.svelte.d.ts",
import: "./*.svelte",
},
"./styles/*.css": {
import: "./styles/*.css",
Expand Down

0 comments on commit cce4560

Please sign in to comment.