Skip to content

Commit 66b35a1

Browse files
sventschuimarvinhagemeister
authored andcommitted
Allow preact x beta as peer dep (#87)
1 parent e244e6a commit 66b35a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"bugs": "https://github.com/developit/preact-render-to-string/issues",
6060
"homepage": "https://github.com/developit/preact-render-to-string",
6161
"peerDependencies": {
62-
"preact": ">=10 || ^10.0.0-alpha.0"
62+
"preact": ">=10 || ^10.0.0-alpha.0 || ^10.0.0-beta.0"
6363
},
6464
"devDependencies": {
6565
"babel-plugin-transform-object-rest-spread": "^6.26.0",

0 commit comments

Comments
 (0)