Skip to content

Commit

Permalink
fixing dependency issue with pg-query-stream.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 9, 2017
1 parent 77852ac commit d0d42c0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "6.3.7",
"version": "6.3.8",
"description": "Promises interface for PostgreSQL",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -41,20 +41,20 @@
},
"dependencies": {
"manakin": "0.4",
"pg": "^6.4.1",
"pg-minify": "^0.5.1",
"pg": "6.4.1",
"pg-minify": "0.5.2",
"spex": "1.2"
},
"devDependencies": {
"@types/node": "^8.0.19",
"JSONStream": "1.3",
"@types/node": "8.0.20",
"JSONStream": "1.3.1",
"bluebird": "3.5",
"coveralls": "2.11",
"eslint": "^4.4.0",
"eslint": "4.4.1",
"istanbul": "0.4",
"jasmine-node": "1.14",
"jsdoc": "^3.5.4",
"pg-query-stream": "1.x",
"typescript": "^2.4.2"
"jsdoc": "3.5.4",
"pg-query-stream": "1.0.0",
"typescript": "2.4.2"
}
}

0 comments on commit d0d42c0

Please sign in to comment.