From f38c1546b1786544906f41ab69fa38bfb3af5d46 Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Mon, 11 Jul 2016 11:05:57 -0700 Subject: [PATCH] Switch Speech sample to v1beta1 (#146) * Switch Speech samples to v1beta1 * Now consuming Speech v1beta1 proto file from NPM package. * Make lint happy. * Fix relative path. --- packages/google-cloud-node/samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-node/samples/package.json b/packages/google-cloud-node/samples/package.json index 523fb7323dfb..913d1cb737d4 100644 --- a/packages/google-cloud-node/samples/package.json +++ b/packages/google-cloud-node/samples/package.json @@ -11,7 +11,7 @@ "dependencies": { "async": "^1.5.2", "google-auto-auth": "^0.2.4", - "google-proto-files": "^0.2.4", + "google-proto-files": "^0.3.0", "googleapis": "^7.1.0", "grpc": "^0.15.0" }