@deployjs/angular-build
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -47,4 +47,4 @@ /*eslint-env node*/ | ||
+ (deployUrl ? ' --deploy-url=' + deployUrl : '') | ||
+ (baseHref ? ' --base-href=' + baseHref : ''), | ||
+ (aot ? ' --aot' : '') | ||
+ (baseHref ? ' --base-href=' + baseHref : '') | ||
+ (aot ? ' --aot' : ''), | ||
{maxBuffer: 1024 * 1024 * 32}, | ||
@@ -51,0 +51,0 @@ function(err, stdout, stderr) |
{ | ||
"name": "@deployjs/angular-build", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Build Angular projects ready for deployment", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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