my_wins 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -254,6 +254,7 @@ async function promptMenu(winNames) {
254
254
  type: "checkbox",
255
255
  name: "selections",
256
256
  message: "Select commands to run",
257
+ pageSize: Math.min(choices.length, 21),
257
258
  choices,
258
259
  },
259
260
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "my_wins",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Automates starting and laying out your console windows for tsc, babel, tests, verdaccio, etc...",
5
5
  "keywords": [
6
6
  "automation",