We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf61c7 commit 9c47349Copy full SHA for 9c47349
package.json
@@ -2,7 +2,7 @@
2
"name": "typescript",
3
"author": "Microsoft Corp.",
4
"homepage": "http://typescriptlang.org/",
5
- "version": "1.5.0",
+ "version": "1.5.0-alpha",
6
"licenses": [
7
{
8
"type": "Apache License 2.0",
src/compiler/program.ts
@@ -8,7 +8,7 @@ module ts {
/* @internal */ export let ioWriteTime = 0;
9
10
/** The version of the TypeScript compiler release */
11
- export let version = "1.5.0";
+ export let version = "1.5.0-alpha";
12
13
export function findConfigFile(searchPath: string): string {
14
var fileName = "tsconfig.json";
0 commit comments