git-url-parse
Advanced tools
Comparing version
@@ -94,2 +94,4 @@ "use strict"; | ||
case "ssh+git": | ||
case "ftp": | ||
case "ftps": | ||
return type + "://" + user + "@" + obj.resource + port + "/" + obj.full_name + ".git"; | ||
@@ -96,0 +98,0 @@ case "http": |
{ | ||
"name": "git-url-parse", | ||
"version": "6.1.1", | ||
"version": "6.2.0", | ||
"description": "A high level git url parser for common git providers.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
15197
0.27%113
1.8%