Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Jun 17, 2017
1 parent 442ed67 commit 793cb9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitmoji-cli",
"version": "1.5.5",
"version": "1.5.6",
"description": "A gitmoji client for using emojis on commit messages.",
"engines": {
"node": ">=4"
Expand Down
3 changes: 2 additions & 1 deletion src/gitmoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ class GitmojiCli {
fs.unlink(commitHookPath, err => {
if (err) {
this._errorMessage(err);
} else {
console.log(`${chalk.yellow('gitmoji')} commit hook unlinked successfully.`);
}
console.log(`${chalk.yellow('gitmoji')} commit hook unlinked successfully.`);
});
}

Expand Down

0 comments on commit 793cb9e

Please sign in to comment.