build(nodejs): provide package_name hint to npm
PiperOrigin-RevId: 341082612
This commit is contained in:
parent
b036c69138
commit
1e0efcfe77
|
|
@ -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 = [],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue