Skip to content

Commit

Permalink
Add backwards compat for Svelte 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrgl committed Jun 28, 2023
1 parent 313c7ef commit 0aa7c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-french-toast",
"version": "1.0.4",
"version": "1.1.0",
"description": "Buttery smooth Svelte toasts. Lightweight, customizable, and beautiful by default.",
"keywords": [
"svelte",
Expand Down Expand Up @@ -44,7 +44,7 @@
"svelte-writable-derived": "^3.1.0"
},
"peerDependencies": {
"svelte": "^4.0.0"
"svelte": "^3.57.0 || ^4.0.0"
},
"devDependencies": {
"@playwright/test": "^1.31.2",
Expand Down

1 comment on commit 0aa7c07

@vercel
Copy link

@vercel vercel bot commented on 0aa7c07 Jun 28, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.