Skip to content

Commit 17e9dee

Browse files
Set the pageSize option so that all of the --prompt options are displayed without requiring scrolling
1 parent a918ef3 commit 17e9dee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/bump.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ function bumpManifest (manifest, defaultBumpType, options) {
123123
name: "bumpType",
124124
message: "How would you like to bump it?",
125125
default: defaultBumpType,
126+
pageSize: 9,
126127
choices: [
127128
{ value: "major", name: "major (" + version.nextMajor + ")" },
128129
{ value: "minor", name: "minor (" + version.nextMinor + ")" },

0 commit comments

Comments
 (0)