gitmoji-cli
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -51,3 +51,9 @@ #!/usr/bin/env node | ||
commit: () => gitmojiCli.ask('client'), | ||
undefined: () => gitmojiCli.ask('client') | ||
undefined: () => { | ||
if (process.argv[2]==='--hook') { | ||
gitmojiCli.ask('hook'); | ||
} else { | ||
gitmojiCli.ask('client'); | ||
} | ||
} | ||
}; | ||
@@ -54,0 +60,0 @@ |
{ | ||
"name": "gitmoji-cli", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A gitmoji client for using emojis on commit messages.", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
81210
279