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 8659b5e commit 90c9809Copy full SHA for 90c9809
package.json
@@ -39,8 +39,8 @@
39
"author": "Awen",
40
"license": "MIT",
41
"main": "index.js",
42
- "types": "./lib/index.d.ts",
43
- "typings": "./lib/index.d.ts",
+ "types": "./dist/index.d.ts",
+ "typings": "./dist/index.d.ts",
44
"module": "dist/gocaptcha.cjs.js",
45
"unpkg": "./dist/gocaptcha.global.js",
46
"jsdelivr": "./dist/gocaptcha.global.js",
0 commit comments