gitmoji-cli
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "gitmoji-cli", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "A gitmoji client for using emojis on commit messages.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -132,3 +132,3 @@ 'use strict'; | ||
.then(res => console.log(chalk.blue(res.stdout))) | ||
.catch(err => this._errorMessage(err.stderr)); | ||
.catch(err => this._errorMessage(err.stderr ? err.stderr : err.stdout)); | ||
} | ||
@@ -135,0 +135,0 @@ |
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
91680