boom-deploy
Advanced tools
Comparing version 0.2.67 to 0.2.68
@@ -468,3 +468,3 @@ | ||
// если временных файлов скопилось на limit Гб | ||
if (size > limit * 1) { | ||
if (size > limit * 1024 * 1024) { | ||
exit('«' + $.bold(dir) + '» more than ' + $.red(limit + 'Gb') + '!'); | ||
@@ -471,0 +471,0 @@ } |
{ | ||
"name": "boom-deploy", | ||
"main": "boom.js", | ||
"version": "0.2.67", | ||
"version": "0.2.68", | ||
"description": "deploy your app", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
89593