Comparing version 1.3.14 to 1.3.15
{ | ||
"name": "depsync", | ||
"version": "1.3.14", | ||
"version": "1.3.15", | ||
"author": "Dom Chen", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/domchen/depsync", |
@@ -50,3 +50,4 @@ ////////////////////////////////////////////////////////////////////////////////////// | ||
if (fs.existsSync(lfsConfig)) { | ||
if (!LFSInited) { | ||
let prePushFile = path.resolve(repoPath, ".git", "hooks", "pre-push"); | ||
if (!LFSInited && !fs.existsSync(prePushFile)) { | ||
Utils.exec("git lfs install", repoPath, true); | ||
@@ -53,0 +54,0 @@ LFSInited = true; |
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
53531
1233