@igreen/design-system 1.0.6 → 1.0.7

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/package.json +1 -1
  2. package/postinstall.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igreen/design-system",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "iGreen Design System - Complete Package with Auto-Setup",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/postinstall.js CHANGED
@@ -16,7 +16,7 @@ const rl = readline.createInterface({
16
16
  });
17
17
 
18
18
  // Detectar se está sendo instalado em um projeto (não no próprio igreen)
19
- const is InstallingInProject = () => {
19
+ const isInstallingInProject = () => {
20
20
  // __dirname é o caminho do próprio script
21
21
  // Se estiver em node_modules/@igreen/design-system, deve configurar o projeto
22
22