Skip to content

Commit df10abf

Browse files
committed
fix(package): point main, types and files to the correct paths
1 parent c02a5eb commit df10abf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "commitlint-plugin-function-rules",
33
"version": "1.0.11",
44
"description": "commitlint plugin to define rules as functions.",
5-
"main": "dist/index.js",
6-
"types": "dist/index.d.js",
5+
"main": "dist/src.index.js",
6+
"types": "dist/src/index.d.js",
77
"files": [
8-
"dist/**/!(*.test).{js,d.ts}"
8+
"dist/src/**/!(*.test).{js,d.ts}"
99
],
1010
"scripts": {
1111
"lint": "run-p format:check build:check lint-es",

0 commit comments

Comments
 (0)