create-fleetbo-project 1.2.99 → 1.2.100

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.
@@ -111,7 +111,7 @@ function downloadEngine(url, dest) {
111
111
  }
112
112
 
113
113
  async function setupProject() {
114
- console.log(`\n ⚡ Initializing Fleetbo Framework for "${projectName}"...`);
114
+ console.log(`\n ⚡ Initializing Fleetbo Frontend for "${projectName}"...`);
115
115
 
116
116
  try {
117
117
  if (fs.existsSync(projectDir)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fleetbo-project",
3
- "version": "1.2.99",
3
+ "version": "1.2.100",
4
4
  "description": "Creates a new Fleetbo project.",
5
5
  "main": "install-react-template.js",
6
6
  "bin": {