Skip to content

Commit

Permalink
Update package.json to use latest node-postures
Browse files Browse the repository at this point in the history
Resolve #1371
- Fix pg authentication error 
- Update package.json to use pg 4.5.5
  • Loading branch information
mdrmuhaimin committed Apr 27, 2016
1 parent d990708 commit 4d88e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"mysql": "^2.6.2",
"mysql2": "^0.15.5",
"node-uuid": "~1.4.0",
"pg": "^4.3.0",
"pg": "^4.5.5",
"pg-query-stream": "^0.7.0",
"rimraf": "2.x",
"sinon": "^1.10.0",
Expand Down

0 comments on commit 4d88e1d

Please sign in to comment.