Skip to content

Commit cd440b4

Browse files
authored
Merge pull request #98 from viceice/patch-1
fix: wrong types reference in `package.json`
2 parents 4b9c2ef + 3d33348 commit cd440b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"source": "src/index.ts",
2020
"main": "./dist/index.cjs",
2121
"module": "./dist/index.mjs",
22-
"types": "dist/index.d.ts",
22+
"types": "dist/index.d.cts",
2323
"unpkg": "./dist/index.umd.js",
2424
"exports": {
2525
".": {

0 commit comments

Comments
 (0)