From e314704ee76049b80e6481fbffe16c6703443c20 Mon Sep 17 00:00:00 2001 From: andythecoderman Date: Tue, 5 Sep 2017 17:15:11 -0400 Subject: [PATCH] Updated pg peer to 6.x versions to squash npm warning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56650d3..15f7e4c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "homepage": "https://github.com/Madadata/winston-pg#readme", "peerDependencies": { "winston": "^2.2.0", - "pg": "^4.5.6" + "pg": ">=4.5.6 <=6.x" }, "devDependencies": { "babel-cli": "^6.9.0",