create-canaima-app 1.0.10 → 1.0.11

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/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="https://canaima.softwarelibre.gob.ve/static/img/canaima-logo.png" alt="Canaima GNU/Linux Logo" width="200" />
2
+ <img src="https://canaima.softwarelibre.gob.ve/wp-content/uploads/2024/10/canaima-logos-nuevo-blanco.png" alt="Canaima GNU/Linux Logo" width="200" />
3
3
 
4
4
  # create-canaima-app
5
5
 
@@ -26,7 +26,6 @@ No necesitas instalar el paquete globalmente, simplemente ejecuta:
26
26
  npx create-canaima-app@latest
27
27
  ```
28
28
 
29
- Nuestro asistente amigable `\(^-^)/` te guiará con unas pocas preguntas:
30
29
  1. El nombre de tu proyecto.
31
30
  2. La plantilla y el sistema de estilos que prefieras (Tailwind CSS o Materialize CSS).
32
31
  3. Si deseas instalar las dependencias de NPM automáticamente.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-canaima-app",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "CLI para scaffolding de proyectos de escritorio con Tauri, Vue 3 y Rust.",
5
5
  "main": "index.js",
6
6
  "type": "module",