Skip to content

Commit

Permalink
fix: revert peerDependencies change until further testing is done
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Sep 9, 2024
1 parent 6f6b977 commit bb4f931
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 @@ -52,7 +52,7 @@
"typescript": "^5.5.0"
},
"peerDependencies": {
"svelte": ">= 3.43.1 < 6"
"svelte": "^3.43.1 || ^4.0.0"
},
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit bb4f931

Please sign in to comment.