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 c0f4bfe commit 4d79911Copy full SHA for 4d79911
package/package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "solid-hcaptcha",
3
"description": "hCaptcha Component Library for Solid.",
4
- "version": "0.2.4",
+ "version": "0.2.5",
5
"license": "MIT",
6
- "files": ["dist"],
+ "files": [
7
+ "dist"
8
+ ],
9
"source": "./src/index.tsx",
10
"main": "dist/esm/index.js",
11
"module": "dist/esm/index.js",
0 commit comments