Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0903a93 commit c49e9b2Copy full SHA for c49e9b2
package.json
@@ -6,7 +6,7 @@
6
"licenses": [
7
{
8
"type": "Apache License 2.0",
9
- "url": "http://typescript.codeplex.com/license"
+ "url": "https://github.com/Microsoft/TypeScript/blob/master/LICENSE.txt"
10
}
11
],
12
"description": "TypeScript is a language for application scale JavaScript development",
@@ -18,14 +18,14 @@
18
"javascript"
19
20
"bugs": {
21
- "url" : "http://typescript.codeplex.com/workitem/list/basic"
+ "url" : "https://github.com/Microsoft/TypeScript/issues"
22
},
23
"repository" : {
24
"type" : "git",
25
- "url" : "https://git01.codeplex.com/typescript"
+ "url" : "https://github.com/Microsoft/TypeScript.git"
26
27
"preferGlobal" : true,
28
- "main" : "./bin/typescript.js",
+ "main" : "./bin/tc.js",
29
"bin" : {
30
"tsc" : "./bin/tsc"
31
0 commit comments