From 3e0020d79fc28e8be520a245fff5de5a720dc83c Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 9 Jan 2018 13:27:55 -0500 Subject: [PATCH] Downgrade gRPC to ~1.7 (#34) GoogleCloudPlatform/google-cloud-node#2784 grpc/grpc-node#130 googleapis/nodejs-datastore#35 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41b3779c1..6a8b21bcb 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "google-auto-auth": "^0.9.0", "google-gax": "^0.14.2", "google-proto-files": "^0.14.1", - "grpc": "^1.7.2", + "grpc": "~1.7.2", "is": "^3.0.1", "lodash.merge": "^4.6.0", "lodash.snakecase": "^4.1.1",