You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: manually set @angular/platform-browser as optional peerDependency (#174)
## PR Checklist
Please check if your PR fulfills the following requirements:
- [x] The commit message follows our guidelines: CONTRIBUTING.md#commit
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
## PR Type
What kind of change does this PR introduce?
<!-- Please check the one that applies to this PR using "x". -->
```
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:
```
## What is the current behavior?
`@angular/platform-browser` is being added automatically as a peer
dependency to the package.json on the build but is not treated manually.
Closes: #170
## What is the new behavior?
We manually set `@angular/platform-browser` as an optional
peerDependency on the package.json.
## Does this PR introduce a breaking change?
```
[ ] Yes
[x] No
```
0 commit comments