Skip to content

Commit

Permalink
chore: ensure typescript stays compatible with ngc (#2330)
Browse files Browse the repository at this point in the history
* Ensures that the current `typescript` version is always compatible with the current `@angular/compiler-cli`.
  • Loading branch information
devversion authored and jelbourn committed Dec 23, 2016
1 parent 98be993 commit f544602
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 @@ -103,7 +103,7 @@
"ts-node": "^0.7.3",
"tslint": "^3.13.0",
"typedoc": "^0.5.1",
"typescript": "^2.0.2",
"typescript": "~2.0.10",
"which": "^1.2.4"
}
}

0 comments on commit f544602

Please sign in to comment.