build: provide hint to npm as to library name

PiperOrigin-RevId: 328188122
This commit is contained in:
Google APIs 2020-08-24 12:24:20 -07:00 committed by Copybara-Service
parent f75a734e2c
commit 079e09a648
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ nodejs_gapic_library(
src = ":cx_proto_with_info",
grpc_service_config = "dialogflow_grpc_service_config.json",
package = "google.cloud.dialogflow.cx.v3beta1",
package_name = "@google-cloud/dialogflow-cx",
service_yaml = "dialogflow_v3beta1.yaml",
deps = [],
)