rook-cli 1.0.1 → 1.0.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rook-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CLI para instalar componentes Shopify de um repositório centralizado",
5
5
  "repository": {
6
6
  "type": "git",
package/src/app.js CHANGED
@@ -60,7 +60,7 @@ export class App {
60
60
  this.programa
61
61
  .name(CLI_NAME)
62
62
  .description('CLI para instalar componentes Shopify de um repositório centralizado')
63
- .version('1.0.0');
63
+ .version('1.0.1');
64
64
 
65
65
  // Comando: rook add
66
66
  this.programa
@@ -49,7 +49,7 @@ export class Logger {
49
49
  banner() {
50
50
  console.log('');
51
51
  console.log(pc.bold(pc.magenta(' ╔══════════════════════════════╗')));
52
- console.log(pc.bold(pc.magenta(' ║ 🚀 ROOK CLI v1.0.0 ║')));
52
+ console.log(pc.bold(pc.magenta(' ║ ♟️ ROOK CLI v1.0.2 ║')));
53
53
  console.log(pc.bold(pc.magenta(' ║ Shopify Component Tool ║')));
54
54
  console.log(pc.bold(pc.magenta(' ╚══════════════════════════════╝')));
55
55
  console.log('');