Skip to content

Commit

Permalink
fix: mark enquirer as optional as peer
Browse files Browse the repository at this point in the history
fix #589
  • Loading branch information
cenk1cenk2 committed Nov 17, 2021
1 parent bad6ff4 commit 742395e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
"peerDependencies": {
"enquirer": ">= 2.3.0 < 3"
},
"peerDependenciesMeta": {
"enquirer": {
"optional": true
}
},
"config": {
"commitizen": {
"path": "./node_modules/@cenk1cenk2/cz-cc"
Expand Down

0 comments on commit 742395e

Please sign in to comment.