File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33# the variable below.
44
55# hCaptcha used to deploy the example website.
6+ # Prefixed with `VITE_` to expose it.
67VITE_HCAPTCHA_SITEKEY =
Original file line number Diff line number Diff line change 11{
22 "name" : " solid-hcaptcha-example" ,
3- "version" : " 0.0.0" ,
3+ "version" : " 0.0.0" ,
44 "description" : " Example for the solid-hcaptcha package." ,
55 "scripts" : {
66 "dev" : " vite" ,
1515 },
1616 "dependencies" : {
1717 "solid-app-router" : " ^0.3.3" ,
18- "solid-hcaptcha" : " link:.. " ,
18+ "solid-hcaptcha" : " latest " ,
1919 "solid-js" : " ^1.4.2"
2020 }
2121}
Original file line number Diff line number Diff line change 11{
22 "name" : " solid-hcaptcha" ,
33 "description" : " Unofficial port of react-hcaptcha for Solid." ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.1.0 " ,
55 "license" : " MIT" ,
66 "source" : " ./src/index.tsx" ,
77 "module" : " ./dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments