Skip to content

Commit 5a461f1

Browse files
filipesilvahansl
authored andcommitted
fix(@angular/cli): allow ts 2.2
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.
1 parent 430cb55 commit 5a461f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"stylus": "^0.54.5",
7878
"stylus-loader": "^2.4.0",
7979
"temp": "0.8.3",
80-
"typescript": ">=2.0.0 <2.2.0",
80+
"typescript": ">=2.0.0 <2.3.0",
8181
"url-loader": "^0.5.7",
8282
"walk-sync": "^0.3.1",
8383
"webpack": "~2.2.0",

0 commit comments

Comments
 (0)