Skip to content

Commit 1de4481

Browse files
authored
Merge pull request #139 from Fdawgs/patch-1
chore(package): fix repository url; add homepage and bugs urls
2 parents fdb7af8 + 18940cd commit 1de4481

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "command-line-args",
33
"version": "6.0.1",
44
"description": "A mature, feature-complete library to parse command-line options.",
5-
"repository": "https://github.com/75lb/command-line-args",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/75lb/command-line-args.git"
8+
},
9+
"homepage": "https://github.com/75lb/command-line-args#readme",
10+
"bugs": {
11+
"url": "https://github.com/75lb/command-line-args/issues"
12+
},
613
"scripts": {
714
"test": "npm run dist && npm run test:ci",
815
"test:ci": "test-runner test/*.js test/*.cjs test/internals/*.js",

0 commit comments

Comments
 (0)