heroku-client
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -7,3 +7,3 @@ 'use strict'; | ||
if (u.indexOf('http') !== 0 && u.indexOf('https') !== 0) { | ||
u = 'http://' + u; | ||
u = 'https://' + u; | ||
} | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "heroku-client", | ||
"description": "A wrapper for the Heroku v3 API", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"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
314566