Skip to content

Commit 484b5bf

Browse files
devversionjelbourn
authored andcommitted
build: switch away missing deps from @npm namespace (#13949)
1 parent d48e40f commit 484b5bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/material-examples/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ng_module(
1313
"@angular//packages/common",
1414
"@angular//packages/core",
1515
"@angular//packages/forms",
16-
"@npm//moment",
16+
"@matdeps//moment",
1717
"//src/material-moment-adapter",
1818
] + CDK_TARGETS + MATERIAL_TARGETS,
1919
# Specify the tsconfig that is also used by Gulp. We need to explicitly use this tsconfig

tools/example-module/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ts_library(
77
name = "example-module-lib",
88
srcs = glob(["**/*.ts"]),
99
deps = [
10-
"@npm//@types/node",
11-
"@npm//typescript",
10+
"@matdeps//@types/node",
11+
"@matdeps//typescript",
1212
],
1313
tsconfig = ":tsconfig.json",
1414
)
@@ -17,8 +17,8 @@ nodejs_binary(
1717
name = "bazel-bin",
1818
entry_point = "angular_material/tools/example-module/bazel-bin.js",
1919
data = [
20-
"@npm//typescript",
21-
"@npm//source-map-support",
20+
"@matdeps//typescript",
21+
"@matdeps//source-map-support",
2222
":example-module-lib",
2323
":example-module.template",
2424
],

0 commit comments

Comments
 (0)