heroku-cli-util
Advanced tools
Comparing version 1.10.2 to 1.10.3
var console = require('./console'); | ||
var errors = require('./errors'); | ||
var config = require('./config'); | ||
@@ -14,1 +15,6 @@ exports.run = require('./run'); | ||
exports.command = require('./command'); | ||
exports.defaultHost = config.defaultHost; | ||
exports.httpGitHost = config.httpGitHost; | ||
exports.gitHost = config.gitHost; | ||
exports.host = config.host; |
{ | ||
"name": "heroku-cli-util", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"description": "Set of helpful CLI utilities", | ||
@@ -5,0 +5,0 @@ "main": "cli.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
12319
22
302