@zuplo/cli
Advanced tools
Comparing version 1.16.0 to 1.17.0
@@ -17,6 +17,7 @@ import { execa } from "execa"; | ||
async function locateDeno(dir) { | ||
const DENO_EXECUTABLE = process.platform === "win32" ? "deno.exe" : "deno"; | ||
if (dir === ".") { | ||
return undefined; | ||
} | ||
const pathToDeno = resolve(dir, "node_modules", "deno-bin", "bin", "deno"); | ||
const pathToDeno = resolve(dir, "node_modules", "deno-bin", "bin", DENO_EXECUTABLE); | ||
if (await existsSync(pathToDeno)) { | ||
@@ -23,0 +24,0 @@ logger.debug(`Path to deno: ${pathToDeno}`); |
{ | ||
"name": "@zuplo/cli", | ||
"version": "1.16.0", | ||
"version": "1.17.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/zuplo/cli", |
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
26228
685
326
244