Skip to content

Commit

Permalink
Revert "Update Svelte version requirement"
Browse files Browse the repository at this point in the history
This reverts commit 9d662a4.

Sveltekit is only used for building the Layercake library, so
the version requirement doesn't need to change.

See #163 (comment)
  • Loading branch information
rgieseke committed Feb 5, 2024
1 parent 9d662a4 commit f169c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Layer Cake [<img src="https://raw.githubusercontent.com/mhkeller/layercake.grap

## Svelte versions

Requires Svelte 4 and SvelteKit 2
Works Svelte 3 and Svelte 4

## Install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"dist"
],
"peerDependencies": {
"svelte": "4",
"svelte": "3 - 4",
"typescript": "^5.0.2"
},
"svelte": "./dist/index.js"
Expand Down

0 comments on commit f169c2f

Please sign in to comment.