build: upgrade to TypeScript 2.1 (#13294)

This commit is contained in:
Alex Eagle
2017-01-24 09:00:29 -08:00
committed by Miško Hevery
parent c33fda2607
commit 2ada3187a6
5 changed files with 28 additions and 106 deletions

View File

@ -11,9 +11,9 @@
"license": "MIT",
"repository": {"type":"git","url":"https://github.com/angular/angular.git"},
"dependencies": {
"tsickle": "^0.2"
"tsickle": "^0.21.0"
},
"peerDependencies": {
"typescript": "^2.0.2"
"typescript": "^2.1.5"
}
}