ant-app-builder
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -179,3 +179,4 @@ | ||
let files = await FS.listDir(destDir) | ||
files = files.map(f => f.slice(destDir.length + 1)) | ||
files = files.filter(f => !f.startsWith(".")) | ||
.map(f => f.slice(destDir.length + 1)) | ||
@@ -182,0 +183,0 @@ resolve({ |
{ | ||
"name": "ant-app-builder", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"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
44112
237