Skip to content

Commit 007438e

Browse files
committed
fix: declare existing types output
1 parent 4e2ff68 commit 007438e

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
@@ -7,7 +7,7 @@
77
"email": "[email protected]"
88
},
99
"main": "dist/src/lib",
10-
"types": "dist/src/lib/types.d.ts",
10+
"types": "dist/src/lib/index.d.ts",
1111
"bin": {
1212
"code-complexity": "dist/bin/code-complexity.js"
1313
},

0 commit comments

Comments
 (0)