Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c49e9b2

Browse files
committed
Update package.json
update links
1 parent 0903a93 commit c49e9b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"licenses": [
77
{
88
"type": "Apache License 2.0",
9-
"url": "http://typescript.codeplex.com/license"
9+
"url": "https://github.com/Microsoft/TypeScript/blob/master/LICENSE.txt"
1010
}
1111
],
1212
"description": "TypeScript is a language for application scale JavaScript development",
@@ -18,14 +18,14 @@
1818
"javascript"
1919
],
2020
"bugs": {
21-
"url" : "http://typescript.codeplex.com/workitem/list/basic"
21+
"url" : "https://github.com/Microsoft/TypeScript/issues"
2222
},
2323
"repository" : {
2424
"type" : "git",
25-
"url" : "https://git01.codeplex.com/typescript"
25+
"url" : "https://github.com/Microsoft/TypeScript.git"
2626
},
2727
"preferGlobal" : true,
28-
"main" : "./bin/typescript.js",
28+
"main" : "./bin/tc.js",
2929
"bin" : {
3030
"tsc" : "./bin/tsc"
3131
},

0 commit comments

Comments
 (0)