create-zen 1.6.5 → 1.6.6

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/index.js +4 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -72,7 +72,10 @@ const getProjectVersion = async () => {
72
72
  }
73
73
  ],
74
74
  initial: 0,
75
- hint: ''
75
+ onRender(kleur) {
76
+ // Override the hint display to show nothing
77
+ kleur.msg = kleur.msg.replace(/\s*-\s*Use arrow-keys\. Return to submit\./, '');
78
+ }
76
79
  });
77
80
 
78
81
  console.log();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zen",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "type": "module",
5
5
  "description": "✨ Create a new web development project with modern setup powered by Vite 🚀",
6
6
  "bin": {