Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "depsync", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"author": "Dom Chen", | ||
@@ -5,0 +5,0 @@ "homepage": "http://www.idom.me/", |
@@ -36,3 +36,3 @@ <p align="left"> | ||
{ | ||
"version": "1.1.6", | ||
"version": "1.2.2", | ||
"vars": { | ||
@@ -103,8 +103,4 @@ "GIT_DOMAIN": "github.com", | ||
{ | ||
"command": "npm install -g depsync", | ||
"dir": "./" | ||
}, | ||
{ | ||
"command": "depsync --v", | ||
"dir": "./" | ||
"command": "depsync --clean", | ||
"dir": "third_party" | ||
} | ||
@@ -111,0 +107,0 @@ ] |
@@ -183,3 +183,3 @@ ////////////////////////////////////////////////////////////////////////////////////// | ||
if (compareVersion(version, config.version) < 0) { | ||
Utils.error("The DEPS config requires a high depsync tool version: " + configFileName); | ||
Utils.error("The DEPS config requires a higher version of depsync tool: " + configFileName); | ||
Utils.error("Requires version: " + config.version); | ||
@@ -186,0 +186,0 @@ Utils.error("Current version: " + version); |
@@ -35,3 +35,2 @@ ////////////////////////////////////////////////////////////////////////////////////// | ||
let item = this.item; | ||
Utils.log("【depsync】executing action: " + item.command); | ||
Utils.exec(item.command, item.dir); | ||
@@ -38,0 +37,0 @@ callback && callback(); |
Sorry, the diff of this file is not supported yet
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
46389
1091
109