Comparing version 0.3.2 to 0.3.3
@@ -53,3 +53,3 @@ 'use strict'; | ||
function messageGap(level) { | ||
return Array(level * 4).join(' '); | ||
return Array(1 + level * 4).join(' '); | ||
} | ||
@@ -56,0 +56,0 @@ |
{ | ||
"name": "pg-minify", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"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
11446