Skip to content

Commit

Permalink
Support Svelte 4
Browse files Browse the repository at this point in the history
  • Loading branch information
VaelVictus committed Jul 19, 2023
1 parent d52a835 commit d533843
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-scrollto-element",
"version": "0.7.0",
"version": "0.7.1",
"description": "Svelte action that listens for click events and scrolls to elements with animation. Inspired by rigor789/vue-scrollto.",
"scripts": {
"start": "tsc -w",
Expand Down Expand Up @@ -28,7 +28,7 @@
"svelte": "3.55.1"
},
"peerDependencies": {
"svelte": "3"
"svelte": "^3.0.0 || ^4.0.0"
},
"type": "module",
"devDependencies": {
Expand Down

0 comments on commit d533843

Please sign in to comment.