git-cherrypicker
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -53,3 +53,3 @@ "use strict"; | ||
constructor(repo, branch, file, cred) { | ||
super("https://" + (cred ? +cred[0] + ':' + cred[1] + '@' : '') + "+gitea.frontblock.me", repo, branch, file); | ||
super("https://" + (cred ? +cred[0] + ':' + cred[1] + '@' : '') + "gitea.frontblock.me", repo, branch, file); | ||
} | ||
@@ -56,0 +56,0 @@ } |
{ | ||
"name": "git-cherrypicker", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Read files from popular git implementations as string or write them to a file", | ||
@@ -5,0 +5,0 @@ "main": "lib/CherryPicker.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4113