build(nodejs): provide package_name hint to npm

PiperOrigin-RevId: 341082612
This commit is contained in:
Google APIs 2020-11-06 11:11:32 -08:00 committed by Copybara-Service
parent b036c69138
commit 1e0efcfe77
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,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 = [],
)