fis-command-release
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.2.5", | ||
"version" : "0.2.6", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -102,3 +102,3 @@ /* | ||
.option('-O, --no-optimize', 'without optimize', Boolean, true) | ||
.option('-P, --no-package', 'without package', Boolean, true) | ||
.option('-P, --no-pack', 'without package', Boolean, true) | ||
.option('--debug', 'debug mode', Boolean, false) | ||
@@ -105,0 +105,0 @@ .action(function(options){ |
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
9293