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.
- package/index.js +4 -1
- 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
|
-
|
|
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();
|