Skip to content

Commit

Permalink
fix: add support for prerelease version of Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Dec 9, 2022
1 parent dab5d61 commit 632217e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"esbuild": "^0.16.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^15.0.0-next",
"@angular/compiler-cli": "^15.0.0 || ^15.1.0-next.0 || ^15.2.0-next.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"tslib": "^2.3.0",
"typescript": "~4.8.2"
Expand Down

0 comments on commit 632217e

Please sign in to comment.