Skip to content

Commit

Permalink
Svelte build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jul 21, 2023
1 parent 59718b6 commit 6a45cb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion packages/icons-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typescript": "^4.9.3"
},
"peerDependencies": {
"svelte": "^3.49.0"
"svelte": ">=3 <5"
},
"jest": {
"transform": {
Expand Down
5 changes: 0 additions & 5 deletions packages/icons-svelte/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ const outputFileName = 'tabler-icons-svelte';
const outputDir = 'dist';
const inputs = ['./src/tabler-icons-svelte.js'];
const bundles = [
{
format: 'es',
inputs,
outputDir,
},
{
format: 'esm',
inputs,
Expand Down

1 comment on commit 6a45cb8

@vercel
Copy link

@vercel vercel bot commented on 6a45cb8 Jul 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tabler-icons – ./

tabler-icons-git-master-tabler-io.vercel.app
tabler-icons-tabler-io.vercel.app
tabler-icons.vercel.app

Please sign in to comment.