gmoonc 0.0.1 → 0.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.
Files changed (2) hide show
  1. package/README.md +10 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,15 +2,17 @@
2
2
 
3
3
  Goalmoon Ctrl é um kit plugável para construir dashboards com autenticação e RBAC, compatível com Next e Vite.
4
4
 
5
- Pacotes:
6
- - @gmoonc/core
5
+ ## Pacotes reais
6
+ - **@gmoonc/core**
7
7
 
8
- Instalação:
8
+ ## Instalação
9
+ ```bash
9
10
  npm i @gmoonc/core
11
+ ```
10
12
 
11
- Site:
12
- https://gmoonc.com
13
-
14
- Nota:
15
- Este pacote "gmoonc" é um meta package e aponta para os módulos reais em @gmoonc/*.
13
+ ## Links
14
+ - Site: https://gmoonc.com
15
+ - GitHub: https://github.com/gmoonc/gmoonc-packages
16
16
 
17
+ ## Nota
18
+ O pacote "gmoonc" é um meta package e aponta para os módulos reais em @gmoonc/*.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gmoonc",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Goalmoon Ctrl (gmoonc): kit plugável de dashboard com autenticação e RBAC, compatível com Next e Vite.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://gmoonc.com",