ant-app-builder
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -175,3 +175,3 @@ | ||
let srcPublic = FS.path.join(srcDir, "public") | ||
await FS.copyRecursive(srcPublic, destDir) | ||
await FS.copyDir(srcPublic, destDir) | ||
@@ -184,2 +184,3 @@ resolve({ | ||
size: appXml.length, | ||
buildPath: destDir.slice(process.cwd().length + 1) | ||
}) | ||
@@ -186,0 +187,0 @@ }) |
{ | ||
"name": "ant-app-builder", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
43568
216