File tree 2 files changed +13
-7
lines changed 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change
1
+ # 4.2.1
2
+
3
+ ## Bug Fixes
4
+
5
+ - Improved ` peerDependencies ` range.
6
+
1
7
# 4.2.0
2
8
3
9
## New Rules
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codelyzer" ,
3
- "version" : " 4.2.0 " ,
3
+ "version" : " 4.2.1 " ,
4
4
"description" : " Linting for Angular applications, following angular.io/styleguide." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
75
75
"@types/js-yaml" : " ^3.5.31"
76
76
},
77
77
"peerDependencies" : {
78
- "@angular/compiler" : " ^ 2.3.1 || >=4 .0.0-beta <7.0.0" ,
79
- "@angular/core" : " ^ 2.3.1 || >=4 .0.0-beta <7.0.0" ,
80
- "@angular/platform-browser-dynamic" : " ^ 2.3.1 || >=4 .0.0-beta <7.0.0" ,
81
- "@angular/platform-browser" : " ^ 2.3.1 || >=4 .0.0-beta <7.0.0" ,
82
- "@angular/common" : " ^ 2.3.1 || >=4 .0.0-beta <7.0.0" ,
78
+ "@angular/compiler" : " >= 2.3.1 <7.0.0 || >6 .0.0-beta <7.0.0" ,
79
+ "@angular/core" : " >= 2.3.1 <7.0.0 || >6 .0.0-beta <7.0.0" ,
80
+ "@angular/platform-browser-dynamic" : " >= 2.3.1 <7.0.0 || >6 .0.0-beta <7.0.0" ,
81
+ "@angular/platform-browser" : " >= 2.3.1 <7.0.0 || >6 .0.0-beta <7.0.0" ,
82
+ "@angular/common" : " >= 2.3.1 <7.0.0 || >6 .0.0-beta <7.0.0" ,
83
83
"tslint" : " ^5.0.0"
84
84
},
85
85
"dependencies" : {
90
90
"source-map" : " ^0.5.6" ,
91
91
"sprintf-js" : " ^1.0.3"
92
92
}
93
- }
93
+ }
You can’t perform that action at this time.
0 commit comments