Skip to content

Commit 59f5c5a

Browse files
committed
fix: use appropriate file when exporting types
1 parent 0bb5a46 commit 59f5c5a

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
@@ -10,7 +10,7 @@
1010
"node": "23"
1111
},
1212
"main": "dist/src/lib",
13-
"types": "dist/src/lib/types.d.ts",
13+
"types": "dist/src/lib/index.d.ts",
1414
"bin": {
1515
"code-complexity": "dist/bin/code-complexity.js"
1616
},

0 commit comments

Comments
 (0)