fis-command-release
Advanced tools
Comparing version 0.5.4 to 0.5.5
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.5.4", | ||
"version" : "0.5.5", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -84,4 +84,4 @@ /* | ||
); | ||
fis.util.map(ret.pkg, collection, true); | ||
deploy(opt.dest, opt.md5, collection); | ||
deploy(opt.dest, opt.md5, ret.pkg); | ||
collection = {}; | ||
@@ -88,0 +88,0 @@ return; |
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
12021