vtasks-automate-cli 0.6.5 → 0.9.0

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ Con solo ejecutar el comando:
14
14
  npx vtasks-automate-cli
15
15
  ```
16
16
 
17
- la herramienta hará lo siguiente:
17
+ La herramienta hará lo siguiente:
18
18
 
19
19
  1. 📦 **Instalará automáticamente la dependencia de automatización** en el frontend y el backend del proyecto.
20
20
  2. 🔧 **Modificarán los scripts de ejecución**:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtasks-automate-cli",
3
- "version": "0.6.5",
3
+ "version": "0.9.0",
4
4
  "description": "Automate your vTasks workflow with ease — move tasks between states without opening the app",
5
5
  "bin": {
6
6
  "vtasks-automate": "init.js"