Skip to content

Commit 4d184c4

Browse files
committed
fixes types path in package.json
1 parent 1537d3a commit 4d184c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"module": "dist/lib.esm/index.js",
99
"unpkg": "dist/auth.umd.min.js",
1010
"jsdelivr": "dist/auth.umd.min.js",
11-
"types": "dist/types/index.d.ts",
11+
"types": "dist/lib.cjs/types/index.d.ts",
1212
"files": [
1313
"dist"
1414
],

0 commit comments

Comments
 (0)