Update to version 1.7.5

This commit is contained in:
Yui T 2015-12-03 17:16:11 -08:00
parent 2fb9f9bcef
commit 70c0806c55
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.7.3",
"version": "1.7.5",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [

View File

@ -12,7 +12,7 @@ namespace ts {
let emptyArray: any[] = [];
export const version = "1.7.3";
export const version = "1.7.5";
export function findConfigFile(searchPath: string): string {
let fileName = "tsconfig.json";