Skip to content

Commit

Permalink
fix(dependencies): stay at TypeScript 2.0.x for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danbucholtz committed Feb 20, 2017
1 parent f1eccc3 commit c8793ac
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 @@ -47,7 +47,7 @@
"rxjs": "5.0.0-beta.12",
"tslint": "^3.10.2",
"tslint-ionic-rules": "*",
"typescript": "^2.0.3"
"typescript": "~2.0.9"
},
"peerDependencies": {
"@angular/core": "*",
Expand Down

0 comments on commit c8793ac

Please sign in to comment.