ta-scripts
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -126,3 +126,3 @@ #!/usr/bin/env node | ||
cache[file] = sh.cat(file) | ||
sh.sed('-i', pathRegExp, (group, g1, g2) => `${g1}/${stagedPath}/${g2}`, file) | ||
sh.sed('-i', pathRegExp, (group, g1, g2) => `${g1}/${stagedPath}${g2 === '"' ? g2 : `/${g2}`}`, file) | ||
}) | ||
@@ -129,0 +129,0 @@ |
{ | ||
"name": "ta-scripts", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "CI/CD scripts", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"author": "TechnologyAdvice <devteam@technologyadvice.com>", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -23,0 +23,0 @@ "url": "https://github.com/TechnologyAdvice/scripts/issues" |
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
21176