Skip to content

Commit ad449ce

Browse files
committed
Moved LKG folder to lib
1 parent 4146406 commit ad449ce

17 files changed

+4
-4
lines changed

Jakefile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var docDirectory = "doc/";
1717

1818
var builtDirectory = "built/";
1919
var builtLocalDirectory = "built/local/";
20-
var LKGDirectory = "bin/";
20+
var LKGDirectory = "lib/";
2121

2222
var copyright = "CopyrightNotice.txt";
2323
var thirdParty = "ThirdPartyNoticeText.txt";

bin/tsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env node
2-
require('./tsc.js')
2+
require('../lib/tsc.js')

bin/tsserver

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env node
2-
require('./tsserver.js')
2+
require('../lib/tsserver.js')
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

bin/tsc.js renamed to lib/tsc.js

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/Microsoft/TypeScript.git"
2121
},
2222
"preferGlobal": true,
23-
"main": "./bin/typescript.js",
23+
"main": "./lib/typescript.js",
2424
"bin": {
2525
"tsc": "./bin/tsc",
2626
"tsserver": "./bin/tsserver"

0 commit comments

Comments
 (0)