Skip to content

Commit 958e0b7

Browse files
authored
Correct repository property of package.json
The repo URL needs to be prefixed with the GitHub username, i.e. jquery/eslint-config-jquery This can also be tested by running npm repo from a terminal prompt inside this repo folder, it should open the default browser to https://github.com/jquery/eslint-config-jquery/ See https://docs.npmjs.com/all#repository
2 parents 75921e8 + 5dfada7 commit 958e0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "eslint-config-jquery"
11+
"url": "jquery/eslint-config-jquery"
1212
},
1313
"homepage": "https://contribute.jquery.org/style-guide/js/",
1414
"issues": "https://github.com/jquery/eslint-config-jquery/issues",

0 commit comments

Comments
 (0)