We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab205bb commit f585cfcCopy full SHA for f585cfc
.changeset/giant-dodos-rush.md
@@ -0,0 +1,5 @@
1
+---
2
+"qwik-turnstile": patch
3
4
+
5
+added peerdependencies
package.json
@@ -43,6 +43,9 @@
43
"test": "echo \"No test specified\" && exit 0",
44
"qwik": "qwik"
45
},
46
+ "peerDependencies": {
47
+ "@builder.io/qwik": ">=1.0.0"
48
+ },
49
"devDependencies": {
50
"@builder.io/qwik": "1.10.0",
51
"@changesets/cli": "^2.27.10",
0 commit comments