Skip to content

Commit

Permalink
Added homepage and repository fields to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jun6000 committed May 8, 2023
1 parent 08cfffd commit 058d09d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "time-taken-to",
"version": "1.4.2",
"version": "1.4.3",
"description": "",
"main": "index.js",
"bin": {
Expand All @@ -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",
Expand Down

0 comments on commit 058d09d

Please sign in to comment.