Skip to content

Commit

Permalink
fix(@angular/cli): allow ts 2.2
Browse files Browse the repository at this point in the history
The CLI itself was locked to TS2.0/2.1, but that could case it to not use the project TS when users updated to 2.2.
  • Loading branch information
filipesilva authored and hansl committed Mar 24, 2017
1 parent 430cb55 commit 5a461f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"temp": "0.8.3",
"typescript": ">=2.0.0 <2.2.0",
"typescript": ">=2.0.0 <2.3.0",
"url-loader": "^0.5.7",
"walk-sync": "^0.3.1",
"webpack": "~2.2.0",
Expand Down

0 comments on commit 5a461f1

Please sign in to comment.