We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af7b52 commit 98e5ea4Copy full SHA for 98e5ea4
tools/highlight-files/BUILD.bazel
@@ -8,7 +8,6 @@ ts_library(
8
srcs = glob(["**/*.ts"]),
9
deps = [
10
"@npm//@types/node",
11
- "@npm//highlight.js",
12
],
13
tsconfig = ":tsconfig.json",
14
)
@@ -17,6 +16,7 @@ nodejs_binary(
17
16
name = "highlight-files",
18
entry_point = "angular_material/tools/highlight-files/highlight-files.js",
19
data = [
+ "@npm//highlight.js",
20
":sources",
21
22
tools/markdown-to-html/BUILD.bazel
@@ -19,6 +19,7 @@ nodejs_binary(
entry_point = "angular_material/tools/markdown-to-html/transform-markdown.js",
"@npm//marked",
23
":transform-markdown",
24
25
0 commit comments