Skip to content

Commit 793cb9e

Browse files
committed
🔖 Bump version
1 parent 442ed67 commit 793cb9e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitmoji-cli",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "A gitmoji client for using emojis on commit messages.",
55
"engines": {
66
"node": ">=4"

src/gitmoji.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ class GitmojiCli {
8080
fs.unlink(commitHookPath, err => {
8181
if (err) {
8282
this._errorMessage(err);
83+
} else {
84+
console.log(`${chalk.yellow('gitmoji')} commit hook unlinked successfully.`);
8385
}
84-
console.log(`${chalk.yellow('gitmoji')} commit hook unlinked successfully.`);
8586
});
8687
}
8788

0 commit comments

Comments
 (0)