Skip to content

Commit

Permalink
fix(upstream): update postgres dependency
Browse files Browse the repository at this point in the history
this fixes node v6 compatibility problems

fixes #9
  • Loading branch information
wzrdtales committed May 12, 2016
1 parent 1ef6bf2 commit d9212b8
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 @@ -32,7 +32,7 @@
"dependencies": {
"bluebird": "^3.1.1",
"db-migrate-base": "^1.2.5",
"pg": "^4.4.1",
"pg": "^4.5.5",
"semver": "^5.0.3"
}
}

0 comments on commit d9212b8

Please sign in to comment.