Skip to content

Commit

Permalink
downgrade api version for vs support
Browse files Browse the repository at this point in the history
  • Loading branch information
fdecampredon committed Feb 22, 2015
1 parent 7489dc9 commit 5b86184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/// <reference path='formatting/smartIndenter.ts' />

module ts {
export var servicesVersion = "0.5"
export var servicesVersion = "0.4"

export interface Node {
getSourceFile(): SourceFile;
Expand Down

0 comments on commit 5b86184

Please sign in to comment.