build(node): add hint re: package name

PiperOrigin-RevId: 340874947
This commit is contained in:
Google APIs 2020-11-05 10:03:54 -08:00 committed by Copybara-Service
parent f8c2cf92de
commit 75bb022c77
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ nodejs_gapic_library(
src = ":budgets_proto_with_info",
grpc_service_config = "billingbudgets_grpc_service_config.json",
package = "google.cloud.billing.budgets.v1",
package_name = "@google-cloud/billing-budgets",
service_yaml = "billingbudgets.yaml",
deps = [],
)