Skip to content

Commit 9df7d4e

Browse files
committed
fix(package): correct 'types' of package
1 parent 58af710 commit 9df7d4e

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
@@ -3,7 +3,7 @@
33
"version": "1.1.8",
44
"description": "commitlint plugin to define rules as functions.",
55
"main": "dist/src/index.js",
6-
"types": "dist/src/index.d.js",
6+
"types": "dist/src/index.d.ts",
77
"files": [
88
"dist/src/**/!(*.test).{js,d.ts}"
99
],

0 commit comments

Comments
 (0)