Skip to content

Commit db2ab99

Browse files
committed
fix(package): add main, types and files for the package
1 parent e18bb38 commit db2ab99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@vidavidorra/commitlint-config",
33
"version": "1.0.1",
44
"description": "commitlint configuration.",
5+
"main": "dist/src/index.js",
6+
"types": "dist/src/index.d.ts",
7+
"files": [
8+
"dist/src/**/!(*.test).{js,d.ts}"
9+
],
510
"scripts": {
611
"lint": "run-p format:check build:check lint-es",
712
"lint:fix": "run-s format lint-es:fix",

0 commit comments

Comments
 (0)