Skip to content

Commit 43d85d0

Browse files
committed
build: specify runtime dependency for highlight-files binary
1 parent 31f753a commit 43d85d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/highlight-files/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ts_library(
88
srcs = glob(["**/*.ts"]),
99
deps = [
1010
"@npm//@types/node",
11-
"@npm//highlight.js",
1211
],
1312
tsconfig = ":tsconfig.json",
1413
)
@@ -18,5 +17,6 @@ nodejs_binary(
1817
entry_point = "angular_material/tools/highlight-files/highlight-files.js",
1918
data = [
2019
":sources",
20+
"@npm//highlight.js",
2121
],
2222
)

0 commit comments

Comments
 (0)