create-fleetbo-project 1.2.72 → 1.2.73

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.
@@ -139,7 +139,7 @@ if (command === 'alex') {
139
139
  console.log('');
140
140
  const rawMsg = aiData.message || "I'm ready.";
141
141
  const formattedMsg = wrapText(rawMsg, 85);
142
- console.log('\\x1b[32mAlex ❯\\x1b[0m \\n ' + formattedMsg);
142
+ console.log('\\x1b[32mAlex ❯\\x1b[0m '+formattedMsg);
143
143
 
144
144
  if (aiData.remainingConsultations !== undefined) {
145
145
  const remaining = aiData.remainingConsultations;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fleetbo-project",
3
- "version": "1.2.72",
3
+ "version": "1.2.73",
4
4
  "description": "Creates a new Fleetbo project.",
5
5
  "main": "install-react-template.js",
6
6
  "bin": {