Skip to content

Commit

Permalink
fix: Changed peer dependency to also include pre-releases
Browse files Browse the repository at this point in the history
Fixes #41
  • Loading branch information
bfanger committed Oct 6, 2024
1 parent 97316e5 commit 2f4a176
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
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/bfanger/svelte-preprocess-react.git"
},
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -91,7 +91,7 @@
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"svelte": ">=5.0.0"
"svelte": ">=5.0.0-beta"
},
"svelte": "./dist/index.js",
"files": [
Expand Down

0 comments on commit 2f4a176

Please sign in to comment.