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 2260dfd commit 2b83bc3Copy full SHA for 2b83bc3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codelyzer",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"description": "Linting for Angular applications, following angular.io/styleguide.",
5
"main": "index.js",
6
"scripts": {
@@ -92,8 +92,8 @@
92
"zone.js": "^0.8.29"
93
},
94
"peerDependencies": {
95
- "@angular/compiler": ">=2.3.1 <8.0.0 || >7.0.0-beta <9.0.0",
96
- "@angular/core": ">=2.3.1 <8.0.0 || >7.0.0-beta <9.0.0",
+ "@angular/compiler": ">=2.3.1 <9.0.0 || >8.0.0-beta <9.0.0",
+ "@angular/core": ">=2.3.1 <9.0.0 || >8.0.0-beta <9.0.0",
97
"tslint": "^5.0.0"
98
99
"dependencies": {
0 commit comments