Skip to content

Commit 7da6391

Browse files
committed
Revert versions after merge
1 parent 0309fd1 commit 7da6391

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": [
@@ -75,8 +75,9 @@
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",

src/compiler/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace 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 */

src/services/shims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)