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 93d406b commit 4d79933Copy full SHA for 4d79933
package.json
@@ -44,8 +44,8 @@
44
},
45
"homepage": "https://github.com/mgechev/codelyzer#readme",
46
"devDependencies": {
47
- "@angular/compiler": "^2.4.0",
48
- "@angular/core": "^2.4.0",
+ "@angular/compiler": "^4.0.0-beta.6",
+ "@angular/core": "^4.0.0-beta.6",
49
"@types/chai": "^3.4.33",
50
"@types/less": "0.0.31",
51
"@types/mocha": "^2.2.32",
@@ -67,8 +67,8 @@
67
68
"peerDependencies": {
69
"tslint": "^4.0.0",
70
- "@angular/compiler": "<=2.4 >=2.2.0",
71
- "@angular/core": "<=2.4 >=2.2.0"
+ "@angular/compiler": "^2.3.1 || >=4.0.0-beta <5.0.0",
+ "@angular/core": "^2.3.1 || >=4.0.0-beta <5.0.0"
72
73
"dependencies": {
74
"app-root-path": "^2.0.1",
0 commit comments