@gluestack/cli-utils
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -53,3 +53,4 @@ #!/usr/bin/env node | ||
let projectName = ''; | ||
let installationMethod = 'npm install --legacy-peer-deps'; | ||
let installationMethod = ''; | ||
// 'npm install --legacy-peer-deps'; | ||
if (args.length > 0) { | ||
@@ -90,4 +91,2 @@ if (!(args[0].startsWith('-') || args[0].startsWith('--'))) { | ||
else { | ||
// if(!(args[i].includes("--"))){ | ||
// } | ||
if (!(args[i].startsWith('-') || args[i].startsWith('--'))) { | ||
@@ -94,0 +93,0 @@ prompts_1.log.warning(`Please pass project name as first argument.`); |
@@ -13,3 +13,3 @@ { | ||
"description": "A CLI tool for easily adding components from gluestack-ui to your projects.", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"license": "MIT", | ||
@@ -16,0 +16,0 @@ "main": "dist/index.js", |
@@ -41,3 +41,4 @@ #!/usr/bin/env node | ||
let projectName: string = ''; | ||
let installationMethod = 'npm install --legacy-peer-deps'; | ||
let installationMethod = ''; | ||
// 'npm install --legacy-peer-deps'; | ||
if (args.length > 0) { | ||
@@ -77,5 +78,2 @@ if (!(args[0].startsWith('-') || args[0].startsWith('--'))) { | ||
} else { | ||
// if(!(args[i].includes("--"))){ | ||
// } | ||
if (!(args[i].startsWith('-') || args[i].startsWith('--'))) { | ||
@@ -82,0 +80,0 @@ log.warning(`Please pass project name as first argument.`); |
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
9021
186