create-fleetbo-project 1.2.66 → 1.2.67

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.
@@ -175,7 +175,6 @@ if (command === 'alex') {
175
175
  if (mockCode && mockFileName) {
176
176
  const pageName = mockFileName.replace('.jsx', '');
177
177
  writeFile('src/pages/mocks/', mockFileName, mockCode);
178
- writeFile('src/pages/mocks/', 'Quick.jsx', mockCode);
179
178
  const injected = injectRouteIntoAppJs(pageName, 'mocks');
180
179
  if (injected) {
181
180
  console.log(\` \\x1b[32m[Routed]\x1b[0m App.js -> /mocks/\${pageName.toLowerCase()}\`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-fleetbo-project",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "description": "Creates a new Fleetbo project.",
5
5
  "main": "install-react-template.js",
6
6
  "bin": {