Skip to content

Commit

Permalink
feat: add support for Angular version 12
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Feb 11, 2021
1 parent ad2c272 commit 5fc70d0
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 @@ -55,8 +55,8 @@
"terser": "^5.5.1"
},
"peerDependencies": {
"@angular/compiler": "^11.0.0",
"@angular/compiler-cli": "^11.0.0",
"@angular/compiler": "^12.0.0-next.0",
"@angular/compiler-cli": "^12.0.0-next.0",
"tslib": "^2.0.0",
"typescript": ">=4.0 <4.2"
},
Expand Down

0 comments on commit 5fc70d0

Please sign in to comment.