vtasks-automate-cli 0.9.0 → 0.9.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ Automatizá el flujo de trabajo de tus tareas en **vTasks** con un solo comando.
8
8
 
9
9
  `vtasks-automate-cli` es una herramienta diseñada para integrarse fácilmente en tu proyecto con frontend (Next.js o create-react-app) y backend (Node.js), y así automatizar el movimiento de tarjetas en **vTasks** mientras trabajás con ramas vinculadas a tareas.
10
10
 
11
- Con solo ejecutar el comando:
11
+ Con solo ejecutar el comando en la raíz del proyecto:
12
12
 
13
13
  ```bash
14
14
  npx vtasks-automate-cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtasks-automate-cli",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
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"