@gluestack/cli-utils
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -54,2 +54,3 @@ #!/usr/bin/env node | ||
let installationMethod = ''; | ||
console.log(args); | ||
// 'npm install --legacy-peer-deps'; | ||
@@ -56,0 +57,0 @@ if (args.length > 0) { |
@@ -13,3 +13,3 @@ { | ||
"description": "A CLI tool for easily adding components from gluestack-ui to your projects.", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"license": "MIT", | ||
@@ -16,0 +16,0 @@ "main": "dist/index.js", |
@@ -42,2 +42,3 @@ #!/usr/bin/env node | ||
let installationMethod = ''; | ||
console.log(args); | ||
// 'npm install --legacy-peer-deps'; | ||
@@ -55,2 +56,3 @@ if (args.length > 0) { | ||
} | ||
for (let i = projectName !== '' ? 1 : 0; i < args.length; i++) { | ||
@@ -57,0 +59,0 @@ if (supportedArgs.includes(args[i])) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9070
188