Skip to content

Commit

Permalink
chore: update peer dependencies
Browse files Browse the repository at this point in the history
Fix #214
  • Loading branch information
mgechev committed Feb 7, 2017
1 parent 93d406b commit 4d79933
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -44,8 +44,8 @@
},
"homepage": "https://github.com/mgechev/codelyzer#readme",
"devDependencies": {
"@angular/compiler": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/compiler": "^4.0.0-beta.6",
"@angular/core": "^4.0.0-beta.6",
"@types/chai": "^3.4.33",
"@types/less": "0.0.31",
"@types/mocha": "^2.2.32",
Expand All @@ -67,8 +67,8 @@
},
"peerDependencies": {
"tslint": "^4.0.0",
"@angular/compiler": "<=2.4 >=2.2.0",
"@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"
},
"dependencies": {
"app-root-path": "^2.0.1",
Expand Down

0 comments on commit 4d79933

Please sign in to comment.