fleetbo-cockpit-cli 1.0.173 → 1.0.174

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.
Files changed (2) hide show
  1. package/cli.js +0 -5
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -615,11 +615,6 @@ if (command === 'alex') {
615
615
  console.log('');
616
616
  console.log('\x1b[90mWithout this exact structure, Alex answers but does not generate code.\x1b[0m');
617
617
 
618
-
619
- console.log('');
620
- console.log('\x1b[90mTo completely eradicate a module:\x1b[0m');
621
- console.log('\x1b[33m›\x1b[0m \x1b[31mnpm run fleetbo rm\x1b[0m \x1b[36m<ModuleName>\x1b[0m');
622
-
623
618
  // EXAMPLES
624
619
  console.log('');
625
620
  console.log('\x1b[36mEXAMPLES\x1b[0m');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetbo-cockpit-cli",
3
- "version": "1.0.173",
3
+ "version": "1.0.174",
4
4
  "description": "Fleetbo CLI - Build native mobile apps with React",
5
5
  "author": "Fleetbo",
6
6
  "license": "MIT",