google-closure-compiler
Advanced tools
Comparing version 20151015.6.0 to 20151015.7.0
@@ -41,4 +41,4 @@ /* | ||
let file = new File({ | ||
path: fileList[i].path === 'stdout' ? process.cwd() + '/compiled' + i + '.js' : | ||
fileList[i].path, | ||
path: (fileList[i].path || '').trim().length === 0 || fileList[i].path === 'stdout' ? | ||
process.cwd() + '/compiled' + i + '.js' : fileList[i].path, | ||
contents: new Buffer(fileList[i].src) | ||
@@ -45,0 +45,0 @@ }); |
{ | ||
"name": "google-closure-compiler", | ||
"version": "20151015.6.0", | ||
"version": "20151015.7.0", | ||
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
10150515