status-dev-cli
Advanced tools
Comparing version 3.2.5 to 3.2.6
@@ -77,5 +77,6 @@ #!/usr/bin/env node | ||
obj["whisper-identity"] = "dapp-" + fromAscii(json.name); | ||
obj["dapp-url"] = json["dapp-url"] || cli.dappUrl; | ||
obj["bot-url"] = json["bot-url"] || cli.botUrl; | ||
obj["dapp-url"] = json["dapp-url"] || json["bot-url"] || cli.dappUrl; | ||
if (!obj["dapp-url"]) { | ||
if (!obj["dapp-url"] && !obj["bot-url"]) { | ||
console.error(chalk.red("Neither 'dapp-url' nor 'bot-url' have been found in your package.json file.")); | ||
@@ -82,0 +83,0 @@ return null; |
{ | ||
"name": "status-dev-cli", | ||
"version": "3.2.5", | ||
"version": "3.2.6", | ||
"description": "CLI for Status", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
18302
358