Skip to content

Commit

Permalink
fix: peer depend on angular >=5.0.0 <6.0.0, typescript >= 2.4.2 < 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dherges committed Dec 9, 2017
1 parent debab14 commit 3674f0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"uglify-js": "^3.0.7"
},
"peerDependencies": {
"@angular/compiler": "~5.0.0",
"@angular/compiler-cli": "~5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/compiler-cli": "^5.0.0",
"tsickle": "^0.24.1",
"typescript": "~2.4.2"
"typescript": "^2.4.2"
},
"devDependencies": {
"@angular/cdk": "~5.0.0-rc.0",
Expand Down

0 comments on commit 3674f0e

Please sign in to comment.