We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdb7af8 + 18940cd commit 1de4481Copy full SHA for 1de4481
package.json
@@ -2,7 +2,14 @@
2
"name": "command-line-args",
3
"version": "6.0.1",
4
"description": "A mature, feature-complete library to parse command-line options.",
5
- "repository": "https://github.com/75lb/command-line-args",
+ "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
13
"scripts": {
14
"test": "npm run dist && npm run test:ci",
15
"test:ci": "test-runner test/*.js test/*.cjs test/internals/*.js",
0 commit comments