create-athenea-app 1.0.3 → 1.0.4

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": "create-athenea-app",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "description": "CLI para scaffoldear apps de escritorio con Electron + Preact + Vite (DX rapida: dev server, hot reload, build y empaquetado)",
6
6
  "keywords": [
@@ -13,16 +13,16 @@
13
13
  "vite",
14
14
  "desktop"
15
15
  ],
16
- "homepage": "https://github.com/NachoBasilio/Athenea-Desktop#readme",
16
+ "homepage": "https://github.com/ignadev/Athenea-Desktop#readme",
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "git+https://github.com/NachoBasilio/Athenea-Desktop.git",
19
+ "url": "git+https://github.com/ignadev/Athenea-Desktop.git",
20
20
  "directory": "create-athenea-app"
21
21
  },
22
22
  "bugs": {
23
- "url": "https://github.com/NachoBasilio/Athenea-Desktop/issues"
23
+ "url": "https://github.com/ignadev/Athenea-Desktop/issues"
24
24
  },
25
- "author": "NachoBasilio",
25
+ "author": "Ignacio Basilio (Ignadev)",
26
26
  "bin": {
27
27
  "create-athenea-app": "bin/index.js"
28
28
  },
@@ -1,6 +1,6 @@
1
1
  # **APP_TITLE**
2
2
 
3
- Aplicación de escritorio creada con [Athenea](https://github.com/tu-usuario/athenea-desktop).
3
+ Aplicación de escritorio creada con [Athenea](https://github.com/ignadev/Athenea-Desktop).
4
4
 
5
5
  ## Stack
6
6