Comparing version 5.4.1 to 5.4.2
@@ -6,3 +6,2 @@ "use strict"; | ||
const childProcess = tslib_1.__importStar(require("child_process")); | ||
const path = tslib_1.__importStar(require("path")); | ||
const isWsl = require('is-wsl'); | ||
@@ -47,3 +46,4 @@ function open(target, opts = {}) { | ||
else { | ||
cmd = process.platform === 'android' ? 'xdg-open' : path.join(__dirname, 'xdg-open'); | ||
// try local xdg-open | ||
cmd = 'xdg-open'; | ||
} | ||
@@ -50,0 +50,0 @@ if (appArgs.length > 0) { |
{ | ||
"name": "cli-ux", | ||
"description": "cli IO utilities", | ||
"version": "5.4.1", | ||
"version": "5.4.2", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/cli-ux/issues", |
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
93158