innovationhub-cli 2.0.1 → 2.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.
- package/LICENSE +1 -1
- package/README.md +10 -0
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2026 Liga
|
|
3
|
+
Copyright (c) 2026 Liga Acadêmica de Empreendedorismo Innovation Hub
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -146,3 +146,13 @@ npm publish --access public
|
|
|
146
146
|
```
|
|
147
147
|
|
|
148
148
|
Os usuários que usam `npx innovationhub-cli` pegarão a nova versão automaticamente.
|
|
149
|
+
|
|
150
|
+
## Autor
|
|
151
|
+
|
|
152
|
+
Desenvolvido por **[Guilherme Araújo](https://github.com/Slotov7)** ·
|
|
153
|
+
|
|
154
|
+
[Liga Acadêmica de Empreendedorismo Innovation Hub](https://github.com/ProHub-Innovation)
|
|
155
|
+
|
|
156
|
+
## Licença
|
|
157
|
+
|
|
158
|
+
[MIT](LICENSE) © 2026 Innovation Hub
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "innovationhub-cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "CLI oficial da InnovationHub para inicializar projetos.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"innovation-hub",
|
|
30
30
|
"backend"
|
|
31
31
|
],
|
|
32
|
-
"author": "",
|
|
32
|
+
"author": "Guilherme Araújo",
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"type": "module",
|
|
35
35
|
"dependencies": {
|