Skip to content

Commit d963e2e

Browse files
chore: fix repository url protocol
1 parent 22253ee commit d963e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"homepage": "https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x.git"
12+
"url": "git+https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x.git"
1313
},
1414
"bugs": {
1515
"url": "https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/issues"

0 commit comments

Comments
 (0)