create-fleetbo-project 1.2.37 → 1.2.38

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.
@@ -191,7 +191,7 @@ async function syncFirebase(keyApp, networkUrl, testerEmail) {
191
191
  });
192
192
  console.log('\\n[Fleetbo] ---------------------------------------------------\\n');
193
193
  console.log(\`[Fleetbo] ✅ Uplink Status: Online for \${testerEmail}\`);
194
- console.log(\`[Fleetbo] 🚀 Fleetbo Studio: https://fleetbo.io/studio/view/\${keyApp}\`);
194
+ console.log(\`[Fleetbo] 🚀 Fleetbo Studio: https://fleetbo.io/studio/\${keyApp}\`);
195
195
  console.log(\'[Fleetbo] 👉 Your studio is ready. You can now open the link above.\');
196
196
  console.log('\\n[Fleetbo] ---------------------------------------------------\\n');
197
197
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fleetbo-project",
3
- "version": "1.2.37",
3
+ "version": "1.2.38",
4
4
  "description": "Creates a new Fleetbo project.",
5
5
  "main": "install-react-template.js",
6
6
  "bin": {