defiant-builder
Advanced tools
Comparing version 1.7.5 to 1.7.6
@@ -192,2 +192,4 @@ | ||
code = code.replace(/(['"])~\/(.+?)(['"])/g, `$1/app/${namespace}/${id}/$2$3`) | ||
// prevent script from breaking | ||
code = code.replace(/\]\]>/g, "]\\]>"); | ||
@@ -194,0 +196,0 @@ if (uglify) { |
{ | ||
"name": "defiant-builder", | ||
"version": "1.7.5", | ||
"version": "1.7.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib", |
@@ -5,6 +5,6 @@ | ||
let source = path.join(__dirname, "temp/spotify") | ||
let source = path.join(__dirname, "temp/eniac") | ||
let destination = path.join(__dirname, "temp/_build") | ||
let uglify = false | ||
let compress = true | ||
let compress = false | ||
@@ -11,0 +11,0 @@ let runIt = async () => { |
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
57289
571