Skip to content

Commit

Permalink
chore: follow Angular support policy (#468)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Drop support for Angular < 8.0, see https://angular.io/guide/releases#support-policy-and-schedule
  • Loading branch information
ahnpnl authored Sep 3, 2020
1 parent e81548b commit 013e6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"ts-jest": "26.x"
},
"peerDependencies": {
"@angular/core": ">=2.0.0",
"@angular/platform-browser-dynamic": ">=2.0.0",
"@angular/core": ">=8.0.0",
"@angular/platform-browser-dynamic": ">=8.0.0",
"jest": "^26.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 013e6d1

Please sign in to comment.