Comparing version 0.0.3 to 0.0.4
@@ -27,8 +27,8 @@ var spawn = require('child_process').spawn; | ||
if (status == 0) { | ||
cb(); | ||
cb && cb(); | ||
} else { | ||
cb(new Error("'git clone' failed with status " + status)); | ||
cb && cb(new Error("'git clone' failed with status " + status)); | ||
} | ||
}); | ||
} | ||
} |
{ | ||
"name": "git-clone", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Clone a git repository", | ||
@@ -5,0 +5,0 @@ "main": "index.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
1803
24