Skip to content

Commit 2b02cc3

Browse files
authored
chore: mark all packages as sideEffects: false (#17686)
1 parent 5f447c1 commit 2b02cc3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/cdk-experimental/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@angular/core": "0.0.0-NG",
2525
"tslib": "^1.9.0"
2626
},
27+
"sideEffects": false,
2728
"publishConfig":{
2829
"registry":"https://wombat-dressing-room.appspot.com"
2930
}

src/material-experimental/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"material-components-web": "0.0.0-MDC",
2626
"tslib": "^1.9.0"
2727
},
28+
"sideEffects": false,
2829
"publishConfig":{
2930
"registry":"https://wombat-dressing-room.appspot.com"
3031
}

src/material-moment-adapter/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@angular/material-moment-adapter"
3333
]
3434
},
35+
"sideEffects": false,
3536
"publishConfig":{
3637
"registry":"https://wombat-dressing-room.appspot.com"
3738
}

0 commit comments

Comments
 (0)