Skip to content

Commit c67d7db

Browse files
committed
build: update no longer available export (#26913)
`fesm2020` was replaced with `fesm2020` no longer available. This is needed to fix https://app.circleci.com/pipelines/github/angular/components/52235/workflows/84d2aaf9-f235-4c55-a63d-d712619d1f50/jobs/469364 (cherry picked from commit a0c3111)
1 parent 5fe2280 commit c67d7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components-examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"components"
1515
],
1616
"exports": {
17-
"./fesm2020": {
18-
"default": "./fesm2020"
17+
"./fesm2022": {
18+
"default": "./fesm2022"
1919
}
2020
},
2121
"license": "MIT",

0 commit comments

Comments
 (0)