Skip to content

Commit

Permalink
Update pg to 6.0.1
Browse files Browse the repository at this point in the history
Makes it possible to use this in Node.js 6
  • Loading branch information
Joel Mukuthu committed Jun 30, 2016
1 parent 69ab6e5 commit 6a6c6ca
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 @@ -17,7 +17,7 @@
"async": "1.5.0",
"dockerode": "2.2.3",
"passerror": "1.1.0",
"pg": "5.1.0",
"pg": "6.0.1",
"when": "3.7.4"
},
"repository": {
Expand Down

1 comment on commit 6a6c6ca

@joelmukuthu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was wrong, it could work in node 6 with pg@5.1.0 already. What's needed is pg >= 4.5.5, ref: brianc/node-postgres#1000

Please sign in to comment.