@leonardofirme/deploy-nextjs16 1.1.4 → 1.1.6

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 +2 -2
package/README.md CHANGED
@@ -14,7 +14,7 @@ Estrutura profissional (Scaffold) para desenvolvimento de SaaS e ERPs dinâmicos
14
14
  Para iniciar um novo projeto utilizando este scaffold, execute o comando abaixo no seu terminal:
15
15
 
16
16
  ```bash
17
- npx @LeonardoFirme/deploy-nextjs16 meu-novo-projeto
17
+ npx @leonardofirme/deploy-nextjs16 meu-novo-projeto
18
18
 
19
19
  ```
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leonardofirme/deploy-nextjs16",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "private": false,
5
5
  "description": "Estruturas profissionais de ERP e SaaS - Leonardo Firme",
6
6
  "bin": {
@@ -37,4 +37,4 @@
37
37
  "tailwindcss": "^4",
38
38
  "typescript": "^5"
39
39
  }
40
- }
40
+ }