gitmoji-cli
Advanced tools
Comparing version 1.9.3 to 1.9.4
{ | ||
"name": "gitmoji-cli", | ||
"version": "1.9.3", | ||
"version": "1.9.4", | ||
"description": "A gitmoji client for using emojis on commit messages.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -21,6 +21,6 @@ const chalk = require('chalk') | ||
this._gitmojis = gitmojis | ||
if (config.getAutoAdd() === undefined) config.setAutoAdd(true) | ||
if (config.getAutoAdd() === undefined) config.setAutoAdd(false) | ||
if (!config.getIssueFormat()) config.setIssueFormat(constants.GITHUB) | ||
if (!config.getEmojiFormat()) config.setEmojiFormat(constants.CODE) | ||
if (config.getSignedCommit() === undefined) config.setSignedCommit(true) | ||
if (config.getSignedCommit() === undefined) config.setSignedCommit(false) | ||
} | ||
@@ -27,0 +27,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
352539
35
1265