From 4a539303e725db3e86601bd63067599bd1dde45d Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Mon, 26 Nov 2018 22:29:26 -0800 Subject: [PATCH] refactor: drop dependency on google-auth-library --- packages/grpc-native-core/package.json | 1 - packages/grpc-native-core/templates/package.json.template | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index c81255af..3ca17fea 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -39,7 +39,6 @@ "body-parser": "^1.15.2", "electron-mocha": "^3.1.1", "express": "^4.14.0", - "google-auth-library": "^0.9.2", "google-protobuf": "^3.0.0", "istanbul": "^0.4.4", "lodash": "^4.17.4", diff --git a/packages/grpc-native-core/templates/package.json.template b/packages/grpc-native-core/templates/package.json.template index 0a86bd40..9e561926 100644 --- a/packages/grpc-native-core/templates/package.json.template +++ b/packages/grpc-native-core/templates/package.json.template @@ -41,7 +41,6 @@ "body-parser": "^1.15.2", "electron-mocha": "^3.1.1", "express": "^4.14.0", - "google-auth-library": "^0.9.2", "google-protobuf": "^3.0.0", "istanbul": "^0.4.4", "lodash": "^4.17.4",