From 18940cdb02aa57632f0cd8f93a2d76b79f194bea Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 18 Nov 2024 13:20:20 +0000 Subject: [PATCH] chore(package): fix repository url; add homepage and bugs urls --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ccbdf9..867edb3 100644 --- a/package.json +++ b/package.json @@ -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",