@elasticprojects/abstract-cli
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -24,3 +24,3 @@ "use strict"; | ||
const unpackedBinPath = localBinPath.replace("app.asar", "app.asar.unpacked"); | ||
const moduleBinPath = _path2.default.resolve(__dirname, "node_modules", "@elasticprojects", "abstract-cli", binaryName); | ||
const moduleBinPath = _path2.default.resolve(__dirname, "node_modules", "@elasticprojects", "abstract-cli", "bin", binaryName); | ||
@@ -27,0 +27,0 @@ return new Promise((resolve, reject) => { |
@@ -5,5 +5,6 @@ { | ||
"files": [ | ||
"bin", | ||
"lib" | ||
], | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "UNLICENSED", | ||
@@ -10,0 +11,0 @@ "repository": "elasticprojects/deskapi", |
Sorry, the diff of this file is not supported yet
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
6331