Comparing version 0.2.2 to 0.2.4
@@ -118,3 +118,7 @@ 'use strict'; | ||
if (prev !== 'E' && prev !== 'e') { | ||
result += (result && compress) ? ' E' : 'E'; | ||
var r = result ? result[result.length - 1] : ''; | ||
if (r && r !== ' ' && compressors.indexOf(r) < 0) { | ||
result += ' '; | ||
} | ||
result += 'E'; | ||
} | ||
@@ -121,0 +125,0 @@ if (hasTabs) { |
{ | ||
"name": "pg-minify", | ||
"version": "0.2.2", | ||
"version": "0.2.4", | ||
"description": "Minifies PostgreSQL scripts.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
10568
229