Skip to content

Commit af7e968

Browse files
committed
build: fix invalid rollup globals for material experimental package
1 parent 77cc75d commit af7e968

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages.bzl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ ROLLUP_GLOBALS.update({
145145
for p in MATERIAL_PACKAGES
146146
})
147147

148-
# Rollup globals for material experiemental subpackages, e.g., {"@angular/material-experimental/list": "ng.materialExperimental.list"}
148+
# Rollup globals for material experimental subpackages, e.g.,
149+
# {"@angular/material-experimental/list": "ng.materialExperimental.list"}
149150
ROLLUP_GLOBALS.update({
150-
"@angular/material-experiemntal/%s" % p: "ng.materialExperimental.%s" % p
151+
"@angular/material-experimental/%s" % p: "ng.materialExperimental.%s" % p
151152
for p in MATERIAL_EXPERIMENTAL_PACKAGES
152153
})
153154

0 commit comments

Comments
 (0)