Skip to content

Commit 3efa3ce

Browse files
ExplodingCabbageljharb
authored andcommitted
[meta] Fix broken repository URL in package.json
GitHub hasn't supported the git protocol [since 2022](https://github.blog/security/application-security/improving-git-protocol-security-github/#no-more-unauthenticated-git), so this URL is broken.
1 parent a5e28aa commit 3efa3ce

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
@@ -4,7 +4,7 @@
44
"version": "2.0.0-next.5",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/browserify/resolve.git"
7+
"url": "ssh://github.com/browserify/resolve.git"
88
},
99
"bin": {
1010
"resolve": "./bin/resolve"

0 commit comments

Comments
 (0)