Skip to content

Commit df2f91e

Browse files
committed
publish our fork on npm
so that it can be installed without Git as that causes issues for a lot of people and is also not secure.
1 parent 5da0dcc commit df2f91e

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

package.json

+7-17
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "yargs-parser",
3-
"version": "20.2.9",
4-
"description": "the mighty option parser used by yargs",
2+
"name": "@curlconverter/yargs-parser",
3+
"version": "0.0.1",
4+
"description": "a fork of the mighty option parser used by yargs",
55
"main": "build/index.cjs",
66
"exports": {
77
".": [
@@ -31,20 +31,9 @@
3131
},
3232
"repository": {
3333
"type": "git",
34-
"url": "https://github.com/yargs/yargs-parser.git"
34+
"url": "git+https://github.com/curlconverter/yargs-parser.git"
3535
},
36-
"keywords": [
37-
"argument",
38-
"parser",
39-
"yargs",
40-
"command",
41-
"cli",
42-
"parsing",
43-
"option",
44-
"args",
45-
"argument"
46-
],
47-
"author": "Ben Coe <[email protected]>",
36+
"author": "",
4837
"license": "ISC",
4938
"devDependencies": {
5039
"@types/chai": "^4.2.11",
@@ -83,5 +72,6 @@
8372
"ignore": [
8473
"build"
8574
]
86-
}
75+
},
76+
"homepage": "https://github.com/curlconverter/yargs-parser"
8777
}

0 commit comments

Comments
 (0)