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 698a3ef commit 39e5e0cCopy full SHA for 39e5e0c
@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
+npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency
17
# or yarn
18
-yarn add -D @commitlint/cz-commitlint commitizen
+yarn add -D @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency
19
```
20
21
In package.json
0 commit comments