heroku-client
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -27,6 +27,3 @@ 'use strict'; | ||
// merge headers | ||
console.dir(options.headers); | ||
console.dir(this.options.headers); | ||
options.headers = extend(extend({}, this.options.headers), options.headers); | ||
console.dir(options.headers); | ||
for (key in this.options) { | ||
@@ -33,0 +30,0 @@ if (this.options.hasOwnProperty(key)) { |
{ | ||
"name": "heroku-client", | ||
"description": "A wrapper for the Heroku v3 API", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"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
312409
9860