Skip to content

Commit 8967029

Browse files
committed
fix rules_js load
1 parent 25b7608 commit 8967029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/BUILD.typescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"BUILD file inserted into @npm_typescript repository"
22
load("@aspect_bazel_lib//lib:copy_directory.bzl", "copy_directory")
33
load("@aspect_rules_js//js:node_package.bzl", "node_package")
4-
load("@aspect_rules_js//js:js_binary.bzl", "js_binary")
4+
load("@aspect_rules_js//js:defs.bzl", "js_binary")
55
load("@bazel_skylib//rules:copy_file.bzl", "copy_file")
66
load("@bazel_skylib//rules:write_file.bzl", "write_file")
77

0 commit comments

Comments
 (0)