File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " typescript" ,
3
3
"author" : " Microsoft Corp." ,
4
4
"homepage" : " http://typescriptlang.org/" ,
5
- "version" : " 2.7.1 " ,
5
+ "version" : " 2.7.2 " ,
6
6
"license" : " Apache-2.0" ,
7
7
"description" : " TypeScript is a language for application scale JavaScript development" ,
8
8
"keywords" : [
80
80
"tslint" : " latest" ,
81
81
"vinyl" : " latest" ,
82
82
"chalk" : " latest" ,
83
- "typescript" : " next "
83
+ "typescript" : " ^2.7 "
84
84
},
85
85
"scripts" : {
86
86
"pretest" : " jake tests" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ namespace ts {
6
6
// If changing the text in this section, be sure to test `configureNightly` too.
7
7
export const versionMajorMinor = "2.7" ;
8
8
/** The version of the TypeScript compiler release */
9
- export const version = `${ versionMajorMinor } .1 ` ;
9
+ export const version = `${ versionMajorMinor } .2 ` ;
10
10
}
11
11
12
12
namespace ts {
You can’t perform that action at this time.
0 commit comments