Skip to content

Commit 48a8ef4

Browse files
committed
fix: define exports from the package
1 parent adbd749 commit 48a8ef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"bugs": "https://github.com/form8ion/commitlint-config/issues",
1010
"homepage": "https://npm.im/@form8ion/commitlint-config",
1111
"sideEffects": false,
12+
"main": "./index.js",
13+
"exports": "./index.js",
1214
"scripts": {
1315
"test": "npm-run-all --print-label --parallel lint:*",
1416
"lint:md": "remark . --frail",

0 commit comments

Comments
 (0)