Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update shim version to be 2.1
  • Loading branch information
yuit authored Aug 18, 2016
commit 29a8e7a965f5ce6e492cef685328422bc1569375
2 changes: 1 addition & 1 deletion src/services/shims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,6 @@ namespace TypeScript.Services {
// TODO: it should be moved into a namespace though.

/* @internal */
const toolsVersion = "1.9";
const toolsVersion = "2.1";

/* tslint:enable:no-unused-variable */