Update version

This commit is contained in:
Mohamed Hegazy 2016-06-15 12:16:39 -07:00
parent 2821a4b1ff
commit 92be3e5c20
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "1.8.10",
"version": "1.8.34",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [

View File

@ -13,7 +13,7 @@ namespace ts {
const emptyArray: any[] = [];
export const version = "1.8.10";
export const version = "1.8.34";
export function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean): string {
let fileName = "tsconfig.json";