aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-02 20:47:51 -0400
committerBen Burwell <ben@benburwell.com>2015-08-02 20:47:51 -0400
commit52aeca23f6c9a86afbaec278bc2fcda0993e3d00 (patch)
tree07ae26b03b94058e556ddbdc249e38f6b31a4b22 /package.json
parentfe4c8335f24b191093cfa47d099cc85ebb62585d (diff)
parentac0e595a531e212e4885633eb043760bcc5d4946 (diff)
Merge pull request #5 from benburwell/fix-pg-error
Hopefully this fixes weird PG errors
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f6d49a7..3f8c90c 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"dependencies": {
"handlebars": "^3.0.3",
"hapi": "^8.8.1",
- "hapi-postgres": "^1.0.2"
+ "pg": "^4.4.1"
},
"devDependencies": {
"mocha": "^2.2.5",