Skip to content

Commit e33fe81

Browse files
ExplodingCabbageljharb
authored andcommitted
[meta] Fix broken repository URL in package.json (#334)
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 c0e3469 commit e33fe81

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": "1.22.10",
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)