Skip to content

Commit f17eb6a

Browse files
Use ssh:// instead of git+ssh://
1 parent d2431b7 commit f17eb6a

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+ssh://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)