Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "pg-minify", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Minifies PostgreSQL scripts.", | ||
@@ -27,5 +27,10 @@ "main": "lib/index.js", | ||
"keywords": [ | ||
"minify SQL", | ||
"uglify SQL", | ||
"compress SQL" | ||
"sql", | ||
"postgresql", | ||
"comments", | ||
"minify", | ||
"uglify", | ||
"compress", | ||
"strip", | ||
"remove" | ||
], | ||
@@ -42,8 +47,8 @@ "author": { | ||
"devDependencies": { | ||
"eslint": "4.4", | ||
"coveralls": "2.11", | ||
"istanbul": "0.4", | ||
"jasmine-node": "1.x", | ||
"typescript": "2.x" | ||
"coveralls": "~2.11.16", | ||
"eslint": "~4.4.1", | ||
"istanbul": "~0.4.5", | ||
"jasmine-node": "~1.14.5", | ||
"typescript": "~2.4.2" | ||
} | ||
} |
@@ -101,3 +101,3 @@ pg-minify | ||
[SQLParsingError]:https://github.com/vitaly-t/pg-minify/blob/master/lib/error.js#L21 | ||
[SQLParsingError]:https://github.com/vitaly-t/pg-minify/blob/master/lib/error.js#L24 | ||
[TypeScript]:https://github.com/vitaly-t/pg-minify/tree/master/typescript |
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
14778