concatenate-js-middleware
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -83,3 +83,3 @@ 'use strict'; | ||
const minified = uglify.minify(code).code; | ||
code = typeof minified !== undefined ? minified : code; | ||
code = typeof minified !== 'undefined' ? minified : code; | ||
} | ||
@@ -86,0 +86,0 @@ |
{ | ||
"name": "concatenate-js-middleware", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A module to concatenate JavaScript files on-the-fly or to save them to disk.", | ||
@@ -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
8052