Skip to content

Commit 90d2bde

Browse files
committed
fix(package): correct main path
Use `/` instead of `.` (which likely was a typo) where a path needed to be separated.
1 parent 824ba4e commit 90d2bde

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
@@ -2,7 +2,7 @@
22
"name": "commitlint-plugin-function-rules",
33
"version": "1.1.5",
44
"description": "commitlint plugin to define rules as functions.",
5-
"main": "dist/src.index.js",
5+
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.js",
77
"files": [
88
"dist/src/**/!(*.test).{js,d.ts}"

0 commit comments

Comments
 (0)