create-backan
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -46,3 +46,3 @@ #!/usr/bin/env node | ||
const existsInput = existsPathSync(inputDir); | ||
if (existsInput) return `The project name "${n}" already exists. Please choose a different name.`; | ||
if (existsInput) return `The project name "${v}" already exists. Please choose a different name.`; | ||
} | ||
@@ -49,0 +49,0 @@ }); |
@@ -19,3 +19,3 @@ import { spinner, log, note, outro, cancel } from "@clack/prompts"; | ||
} | ||
const version = "0.0.7"; | ||
const version = "0.0.8"; | ||
const homepage = "https://backan.pigeonposse.com"; | ||
@@ -309,4 +309,4 @@ const bugs = { | ||
You can debug error with ${italic("--debug")} flag | ||
Or contact with developers in: ${link(bugsUrl)}`); | ||
You can debug the error with the ${italic("--debug")} flag | ||
Or contact developers at: ${link(bugsUrl)}`); | ||
process.exit(0); | ||
@@ -313,0 +313,0 @@ } |
{ | ||
"name": "create-backan", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "GPL-3.0", |
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
60433