Skip to content

Commit 229cdde

Browse files
alan-agius4atscott
authored andcommitted
fix(core): mark zone.js as an optional peer dependency (angular#61616)
`zone.js` is no longer mandatory. PR Close angular#61616
1 parent 2db5070 commit 229cdde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"peerDependenciesMeta": {
2727
"@angular/compiler": {
2828
"optional": true
29+
},
30+
"zone.js": {
31+
"optional": true
2932
}
3033
},
3134
"repository": {

0 commit comments

Comments
 (0)