ant-app-builder
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -28,3 +28,3 @@ | ||
// check if task is to be skipped | ||
buildTasks = buildTasks.filter(task => task._attributes.action !== "skip") | ||
buildTasks = buildTasks.filter(task => uglify || task._attributes.action !== "skip") | ||
@@ -31,0 +31,0 @@ return Promise.all(buildTasks.map(async task => { |
{ | ||
"name": "ant-app-builder", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
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
52214