Skip to content

Commit

Permalink
feat: remove restriction on Svelte3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrothe committed Jul 23, 2023
1 parent b497536 commit 3051249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"jest": ">= 27",
"svelte": ">= 3 < 4"
"svelte": ">= 3"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.1.0",
Expand Down

0 comments on commit 3051249

Please sign in to comment.