From d9a3bdc50f5aa00111e36739cd57c7e8d731cada Mon Sep 17 00:00:00 2001 From: Andy Mathys Date: Wed, 10 May 2017 12:30:12 +0200 Subject: [PATCH] Update package.json Make it possible to use the lib on node versions >= 6.0.0 https://github.com/brianc/node-postgres/issues/1000 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ea78ee..ae864c6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "debug": "^2.0.0", "lodash": "~2.4.1", "moment": "~2.5.0", - "pg": "~4.4.3", + "pg": "~6.1.5", "pg-transaction": "^1.0.4", "sql": "~0.35.0" }