Update package.json

update links
This commit is contained in:
Mohamed Hegazy
2014-07-16 16:06:03 -07:00
parent 0903a93bdc
commit c49e9b2037

View File

@@ -6,7 +6,7 @@
"licenses": [
{
"type": "Apache License 2.0",
"url": "http://typescript.codeplex.com/license"
"url": "https://github.com/Microsoft/TypeScript/blob/master/LICENSE.txt"
}
],
"description": "TypeScript is a language for application scale JavaScript development",
@@ -18,14 +18,14 @@
"javascript"
],
"bugs": {
"url" : "http://typescript.codeplex.com/workitem/list/basic"
"url" : "https://github.com/Microsoft/TypeScript/issues"
},
"repository" : {
"type" : "git",
"url" : "https://git01.codeplex.com/typescript"
"url" : "https://github.com/Microsoft/TypeScript.git"
},
"preferGlobal" : true,
"main" : "./bin/typescript.js",
"main" : "./bin/tc.js",
"bin" : {
"tsc" : "./bin/tsc"
},