chore: move commitizen configuration

This commit is contained in:
cedoor
2021-11-01 11:21:43 +01:00
parent f9809696c8
commit aedfe19953
2 changed files with 5 additions and 3 deletions

3
.czrc
View File

@@ -1,3 +0,0 @@
{
"path": "cz-conventional-changelog"
}

View File

@@ -87,5 +87,10 @@
"ts-node": "^10.0.0",
"typechain": "^5.0.0",
"typescript": "~4.2.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}