@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.
- package/package.json +1 -1
- package/postinstall.js +1 -1
package/package.json
CHANGED
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
|
|
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
|
|