v3-installer
Advanced tools
Comparing version 1.0.28 to 1.0.29
{ | ||
"name": "v3-installer", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "v3二次开发插件安装器", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,3 +19,3 @@ /** | ||
} else { | ||
fs.mkdirSync(jarBaseDir); | ||
fileUtils.makeDir(jarBaseDir); | ||
return jarBaseDir; | ||
@@ -31,3 +31,3 @@ } | ||
} else { | ||
fs.mkdirSync(tgzBaseDir); | ||
fileUtils.makeDir(tgzBaseDir); | ||
return tgzBaseDir; | ||
@@ -41,4 +41,4 @@ } | ||
} else { | ||
fs.mkdirSync(v3_modulesDir); | ||
return v3_modules; | ||
fileUtils.makeDir(v3_modulesDir); | ||
return v3_modulesDir; | ||
} | ||
@@ -45,0 +45,0 @@ }, |
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
93825