Revert versions after merge

This commit is contained in:
Mohamed Hegazy 2016-11-17 14:39:01 -08:00
parent 0309fd161f
commit 7da6391ca8
3 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "2.2.0",
"version": "2.1.3",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
@ -75,8 +75,9 @@
"through2": "latest",
"travis-fold": "latest",
"ts-node": "latest",
"tslint": "next",
"typescript": "next"
"tsd": "latest",
"tslint": "4.0.0-dev.0",
"typescript": "^2.1"
},
"scripts": {
"pretest": "jake tests",

View File

@ -3,7 +3,7 @@
namespace ts {
/** The version of the TypeScript compiler release */
export const version = "2.2.0";
export const version = "2.1.3";
}
/* @internal */

View File

@ -1272,4 +1272,4 @@ namespace TypeScript.Services {
// TODO: it should be moved into a namespace though.
/* @internal */
const toolsVersion = "2.2";
const toolsVersion = "2.1";