Skip to content

Commit c769658

Browse files
committed
fix(commitizen): fix commitizen complaining about require()ing an ES Module
1 parent d64b3f6 commit c769658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"prettier": "@softwareventures/prettier-config",
6464
"config": {
6565
"commitizen": {
66-
"path": "./node_modules/@commitlint/cz-commitlint"
66+
"path": "@commitlint/cz-commitlint"
6767
}
6868
},
6969
"ava": {

0 commit comments

Comments
 (0)