Skip to content

Commit

Permalink
feat: add svelte to sort order list
Browse files Browse the repository at this point in the history
This keeps svelte entry points on the same level as main, unpkg, module etc.
  • Loading branch information
mrtnbroder committed May 2, 2022
1 parent 2cfaa5a commit be1bde5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -215,6 +215,7 @@ const fields = [
{ key: 'imports' },
{ key: 'exports' },
{ key: 'main' },
{ key: 'svelte' },
{ key: 'umd:main' },
{ key: 'jsdelivr' },
{ key: 'unpkg' },
Expand Down

0 comments on commit be1bde5

Please sign in to comment.