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.
1 parent 7ddaad4 commit 84e8632Copy full SHA for 84e8632
@commitlint/cz-commitlint/README.md
@@ -13,9 +13,9 @@ The interactive process is inspired by [cz-conventional-changelog](https://githu
13
### Configure commitizen adapter
14
15
```bash
16
-npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency
+npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@9 # inquirer is required as peer dependency
17
# or yarn
18
-yarn add -D @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency
+yarn add -D @commitlint/cz-commitlint commitizen inquirer@9 # inquirer is required as peer dependency
19
```
20
21
In package.json
0 commit comments