Skip to content

Commit

Permalink
updating typescript.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Apr 10, 2016
1 parent da16ae1 commit ef20a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "3.7.4",
"version": "3.7.5",
"description": "PostgreSQL via promises",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/pg-promise.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ declare module "pg-promise" {
export class QueryFile {
constructor(file:string, options?:{
debug?:boolean,
minify?:boolean|'auto',
minify?:boolean|'after',
compress?:boolean,
params?:any
});
Expand Down

0 comments on commit ef20a5b

Please sign in to comment.