From 058d09d6177e92eab39550c4a9f303767e9b970b Mon Sep 17 00:00:00 2001 From: Arjun Vishanth Date: Mon, 8 May 2023 18:52:44 +0530 Subject: [PATCH] Added homepage and repository fields to package.json. --- index.js | 2 +- package.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 90f89df..53043ba 100755 --- a/index.js +++ b/index.js @@ -25,7 +25,7 @@ Examples: This measures the time taken by the "ls -s" command. Enclose the command string in quotes to ensure options are parsed properly. For more information visit the github: https://github.com/jun6000/time-take-to`) - .version("v1.4.2", "-v, --version", "Display the current version of time-taken-to.") + .version("v1.4.3", "-v, --version", "Display the current version of time-taken-to.") .parse(process.argv); // Handle options diff --git a/package.json b/package.json index 4fc7e26..f94f2f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "time-taken-to", - "version": "1.4.2", + "version": "1.4.3", "description": "", "main": "index.js", "bin": { @@ -11,6 +11,11 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "homepage": "https://github.com/jun6000/time-taken-to#readme", + "repository": { + "type": "git", + "url": "https://github.com/jun6000/time-taken-to.git" + }, "keywords": [ "nodejs", "time",