Skip to content

Commit

Permalink
fix postgres driver incompatibility with node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Apr 28, 2016
1 parent 2bf21e5 commit 209d5f3
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 @@ -29,7 +29,7 @@
"passport-google-oauth": ">=0.1.5",
"passport-oauth": ">=1.0.0",
"passport-reddit": ">=0.2.4",
"pg": ">=2.8.3",
"pg": ">=4.5.5",
"redis": ">=0.9.1",
"request": ">=2.34.0",
"socket.io": ">=1.0.6"
Expand Down

0 comments on commit 209d5f3

Please sign in to comment.