heroku-cli-util
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -5,3 +5,3 @@ var console = require('./console'); | ||
exports.run = require('./run'); | ||
exports.log = console.log; | ||
exports.log = console.log.bind(console); | ||
exports.formatDate = require('./date').formatDate; | ||
@@ -8,0 +8,0 @@ exports.error = errors.error; |
{ | ||
"name": "heroku-cli-util", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"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
9482