Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const messages = [
"Reinventing the wheel. Again.",
"This is not the commit message you are looking for",
"Batman! (this commit has no parents)",
"It is a small step for the programmer; a great leap for humanity",
];

const funnyCommit = () => {
Expand All @@ -20,4 +21,4 @@ const funnyCommit = () => {

module.exports = {
funnyCommit
};
};