aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-02 20:18:36 -0400
committerBen Burwell <ben@benburwell.com>2015-08-02 20:18:36 -0400
commit3c36ceb95b9bf3119c37d34d64559f89f3056618 (patch)
treef132a99aab8d265f04135b942ba847d0e8399954 /package.json
parentfe4c8335f24b191093cfa47d099cc85ebb62585d (diff)
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",