download-git-repo
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "download-git-repo", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/flipxfx/download-git-repo", |
@@ -30,3 +30,3 @@ # download-git-repo | ||
- `clone` - boolean default `false` - If true use `git clone` instead of an http download. While this is significantly slower, it does allow private repositories to be used if the appropriate SSH keys are setup. | ||
- `clone` - boolean default `false` - If true use `git clone` instead of an http download. While this can be a bit slower, it does allow private repositories to be used if the appropriate SSH keys are setup. | ||
@@ -33,0 +33,0 @@ #### callback |
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
9163