Skip to content

Commit 90c9809

Browse files
committed
optimizing compilation
1 parent 8659b5e commit 90c9809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"author": "Awen",
4040
"license": "MIT",
4141
"main": "index.js",
42-
"types": "./lib/index.d.ts",
43-
"typings": "./lib/index.d.ts",
42+
"types": "./dist/index.d.ts",
43+
"typings": "./dist/index.d.ts",
4444
"module": "dist/gocaptcha.cjs.js",
4545
"unpkg": "./dist/gocaptcha.global.js",
4646
"jsdelivr": "./dist/gocaptcha.global.js",

0 commit comments

Comments
 (0)