File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " typescript" ,
33 "author" : " Microsoft Corp." ,
44 "homepage" : " http://typescriptlang.org/" ,
5- "version" : " 2.2.0 " ,
5+ "version" : " 2.1.3 " ,
66 "license" : " Apache-2.0" ,
77 "description" : " TypeScript is a language for application scale JavaScript development" ,
88 "keywords" : [
7575 "through2" : " latest" ,
7676 "travis-fold" : " latest" ,
7777 "ts-node" : " latest" ,
78- "tslint" : " next" ,
79- "typescript" : " next"
78+ "tsd" : " latest" ,
79+ "tslint" : " 4.0.0-dev.0" ,
80+ "typescript" : " ^2.1"
8081 },
8182 "scripts" : {
8283 "pretest" : " jake tests" ,
Original file line number Diff line number Diff line change 33
44namespace ts {
55 /** The version of the TypeScript compiler release */
6- export const version = "2.2.0 " ;
6+ export const version = "2.1.3 " ;
77}
88
99/* @internal */
Original file line number Diff line number Diff line change @@ -1272,4 +1272,4 @@ namespace TypeScript.Services {
12721272// TODO: it should be moved into a namespace though.
12731273
12741274/* @internal */
1275- const toolsVersion = "2.2 " ;
1275+ const toolsVersion = "2.1 " ;
You can’t perform that action at this time.
0 commit comments