From f4f5e548da6663f872a613532b60ec8810b9fe6d Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Tue, 18 Nov 2014 15:10:01 -0500 Subject: [PATCH] Install proper version of pg-native --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9d4bb1..827356d 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ test-missing-native: @echo "***Testing optional native install***" @rm -rf node_modules/pg-native @node test/native/missing-native.js - @npm install pg-native@1.4.0 + @npm install pg-native @node test/native/missing-native.js @rm -rf node_modules/pg-native