Skip to content

Commit 5be0236

Browse files
committed
remove unnecessary node_modules attribute
1 parent 9230031 commit 5be0236

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/highlight-files/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ ts_library(
88
srcs = glob(["**/*.ts"]),
99
deps = [
1010
"@npm//@types/node",
11-
"@npm//highlight.js",
1211
],
1312
tsconfig = ":tsconfig.json",
1413
)
1514

1615
nodejs_binary(
1716
name = "highlight-files",
18-
node_modules = "@npm//:node_modules",
1917
entry_point = "angular_material/tools/highlight-files/highlight-files.js",
2018
data = [
2119
"@npm//highlight.js",

0 commit comments

Comments
 (0)