We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
types
files
1 parent c02a5eb commit df10abfCopy full SHA for df10abf
package.json
@@ -2,10 +2,10 @@
2
"name": "commitlint-plugin-function-rules",
3
"version": "1.0.11",
4
"description": "commitlint plugin to define rules as functions.",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.js",
+ "main": "dist/src.index.js",
+ "types": "dist/src/index.d.js",
7
"files": [
8
- "dist/**/!(*.test).{js,d.ts}"
+ "dist/src/**/!(*.test).{js,d.ts}"
9
],
10
"scripts": {
11
"lint": "run-p format:check build:check lint-es",
0 commit comments