rename tc.js to tsc.js

This commit is contained in:
Mohamed Hegazy
2014-08-06 23:21:53 -07:00
parent ee6f694503
commit 9d8cee1f72
7 changed files with 20 additions and 20 deletions

View File

@@ -25,7 +25,7 @@
"url" : "https://github.com/Microsoft/TypeScript.git"
},
"preferGlobal" : true,
"main" : "./bin/tc.js",
"main" : "./bin/tsc.js",
"bin" : {
"tsc" : "./bin/tsc"
},