Skip to content

Commit

Permalink
chore(package): fix repository url; add homepage and bugs urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Nov 18, 2024
1 parent fdb7af8 commit 18940cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "command-line-args",
"version": "6.0.1",
"description": "A mature, feature-complete library to parse command-line options.",
"repository": "https://github.com/75lb/command-line-args",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/command-line-args.git"
},
"homepage": "https://github.com/75lb/command-line-args#readme",
"bugs": {
"url": "https://github.com/75lb/command-line-args/issues"
},
"scripts": {
"test": "npm run dist && npm run test:ci",
"test:ci": "test-runner test/*.js test/*.cjs test/internals/*.js",
Expand Down

0 comments on commit 18940cd

Please sign in to comment.