Skip to content

Commit

Permalink
fix: set peerDependency tsickle to `>=0.24.0 <0.26"
Browse files Browse the repository at this point in the history
  • Loading branch information
dherges committed Dec 9, 2017
1 parent bbbbd27 commit d682cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"peerDependencies": {
"@angular/compiler": "^5.0.0",
"@angular/compiler-cli": "^5.0.0",
"tsickle": "^0.24.0",
"tsickle": ">=0.24.0 <0.26",
"typescript": ">=2.4.2 <2.6"
},
"devDependencies": {
Expand Down

0 comments on commit d682cd2

Please sign in to comment.