Skip to content

Commit c879258

Browse files
authored
Fix package.json repository.url (#4750)
Using `npm pkg fix` Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent b14cc82 commit c879258

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
@@ -26,7 +26,7 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/matrix-org/matrix-js-sdk"
29+
"url": "git+https://github.com/matrix-org/matrix-js-sdk.git"
3030
},
3131
"keywords": [
3232
"matrix-org"

0 commit comments

Comments
 (0)