heroku-client
Advanced tools
Comparing version 1.10.3 to 1.10.4
@@ -24,5 +24,8 @@ 'use strict'; | ||
this.options = options || {}; | ||
this.debug = options.debug; | ||
if (this.debug) { | ||
q.longStackSupport = true; | ||
} | ||
this.host = options.host || 'api.heroku.com'; | ||
this.log = options.log; | ||
this.debug = options.debug; | ||
this.callback = callback; | ||
@@ -29,0 +32,0 @@ this.deferred = q.defer(); |
{ | ||
"name": "heroku-client", | ||
"description": "A wrapper for the Heroku v3 API", | ||
"version": "1.10.3", | ||
"version": "1.10.4", | ||
"author": "Jonathan Clem", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
281598
8039