ant-app-builder
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -217,2 +217,3 @@ | ||
data = data.toString() | ||
.replace(/=(['"])~\/(.+?)(['"])/g, `=$1/app/${namespace}/${id}/$2$3`) | ||
.replace(/(url\('?)\~/g, `$1/app/${namespace}/${id}`) | ||
@@ -219,0 +220,0 @@ |
{ | ||
"name": "ant-app-builder", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
@@ -5,3 +5,3 @@ | ||
let srcDir = path.join(__dirname, "temp/photoshop") | ||
let srcDir = path.join(__dirname, "temp/vermeer") | ||
let destDir = path.join(__dirname, "temp/_build") | ||
@@ -8,0 +8,0 @@ let uglify = false |
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
51941
420