heroku-cli-command
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -34,3 +34,3 @@ 'use strict' | ||
get debugging () { | ||
if (this.flags.debug) return this.flags.debug | ||
if (this.flags && this.flags.debug) return this.flags.debug | ||
if (['true', '1'].indexOf((process.env.HEROKU_DEBUG || '').toLowerCase()) !== -1) return 1 | ||
@@ -37,0 +37,0 @@ return 0 |
{ | ||
"name": "heroku-cli-command", | ||
"description": "base Heroku CLI command", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -13,3 +13,3 @@ "bugs": "https://github.com/heroku/heroku-cli-command/issues", | ||
"heroku-client": "3.0.1", | ||
"http-call": "1.0.4", | ||
"http-call": "1.0.7", | ||
"lodash.maxby": "4.6.0", | ||
@@ -16,0 +16,0 @@ "netrc": "0.1.4", |
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
152748
+ Addedhttp-call@1.0.7(transitive)
- Removedhttp-call@1.0.4(transitive)
Updatedhttp-call@1.0.7