diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..335016e --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "funny-commit", + "version": "1.1.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json index 3c6c718..9c4cd37 100644 --- a/package.json +++ b/package.json @@ -30,4 +30,4 @@ "url": "https://github.com/gndx/funny-initial-git-commit/issues" }, "homepage": "https://github.com/gndx/funny-initial-git-commit#readme" -} \ No newline at end of file +} diff --git a/src/index.js b/src/index.js index 5274bd4..41cdd05 100644 --- a/src/index.js +++ b/src/index.js @@ -16,6 +16,7 @@ const messages = [ "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live", "naruto, The programmer ninja!", "The covid-19 block my commit", + "Yesterday is history, tomorrow is a mystery, and today is a gift... that's why they call it present", ]; const funnyCommit = () => {