Skip to content

Commit 6f66ca1

Browse files
committed
Fix type file key
1 parent 15de9db commit 6f66ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"main": "dist/index.js",
88
"module": "dist/index.js",
9-
"types": "index.d.ts",
9+
"types": "dist/index.d.ts",
1010
"scripts": {
1111
"clean": "rm -rf dist",
1212
"lint": "github-lint",

0 commit comments

Comments
 (0)