We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de8d83 commit f39f7d7Copy full SHA for f39f7d7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codelyzer",
3
- "version": "6.0.1",
+ "version": "6.0.2",
4
"description": "Linting for Angular applications, following angular.io/styleguide.",
5
"main": "index.js",
6
"scripts": {
@@ -89,8 +89,8 @@
89
"typescript": "3.9.6"
90
},
91
"peerDependencies": {
92
- "@angular/compiler": ">=2.3.1 <12.0.0 || ^11.0.0-next || ^11.1.0-next || ^11.2.0-next",
93
- "@angular/core": ">=2.3.1 <12.0.0 || ^11.0.0-next || ^11.1.0-next || ^11.2.0-next",
+ "@angular/compiler": ">=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next",
+ "@angular/core": ">=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next",
94
"tslint": "^5.0.0 || ^6.0.0"
95
96
"dependencies": {
0 commit comments