Skip to content

Commit

Permalink
Merge pull request #139 from Fdawgs/patch-1
Browse files Browse the repository at this point in the history
chore(package): fix repository url; add homepage and bugs urls
  • Loading branch information
75lb authored Nov 18, 2024
2 parents fdb7af8 + 18940cd commit 1de4481
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 1de4481

Please sign in to comment.