Comparing version 1.2.4 to 1.2.5
@@ -80,6 +80,4 @@ 'use strict'; | ||
result += sql.substring(idx, lastClose + 2); | ||
idx = lastClose + 1; | ||
} else { | ||
idx = c - 1; | ||
} | ||
idx = lastClose + 1; | ||
skipGaps(); | ||
@@ -201,4 +199,2 @@ continue; | ||
// minify('p /*!t*/ s'); | ||
module.exports = minify; |
{ | ||
"name": "pg-minify", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Minifies PostgreSQL scripts.", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "jasmine-node test", | ||
"test": "jasmine-node --captureExceptions test", | ||
"coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test", | ||
@@ -11,0 +11,0 @@ "travis": "npm run lint && istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", |
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
15211
317