Skip to content

Commit 4eee6e7

Browse files
committed
Fix spaces in package.json
1 parent 99974f7 commit 4eee6e7

1 file changed

Lines changed: 41 additions & 41 deletions

File tree

package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "typescript",
3-
"author": "Microsoft Corp.",
4-
"homepage": "http://typescriptlang.org/",
5-
"version": "1.5.2",
6-
"license": "Apache-2.0",
7-
"description": "TypeScript is a language for application scale JavaScript development",
8-
"keywords": [
9-
"TypeScript",
10-
"Microsoft",
11-
"compiler",
12-
"language",
13-
"javascript"
14-
],
15-
"bugs": {
16-
"url": "https://github.com/Microsoft/TypeScript/issues"
17-
},
18-
"repository": {
19-
"type": "git",
20-
"url": "https://github.com/Microsoft/TypeScript.git"
21-
},
22-
"preferGlobal": true,
23-
"main": "./bin/typescript.js",
24-
"bin": {
25-
"tsc": "./bin/tsc",
26-
"tsserver": "./bin/tsserver"
27-
},
28-
"engines": {
29-
"node": ">=0.8.0"
30-
},
31-
"devDependencies": {
32-
"jake": "latest",
33-
"mocha": "latest",
34-
"chai": "latest",
35-
"browserify": "latest",
36-
"istanbul": "latest",
37-
"coveralls": "^2.11.2",
38-
"mocha-lcov-reporter": "0.0.2"
39-
},
40-
"scripts": {
41-
"test": "jake generate-code-coverage"
42-
}
2+
"name": "typescript",
3+
"author": "Microsoft Corp.",
4+
"homepage": "http://typescriptlang.org/",
5+
"version": "1.5.2",
6+
"license": "Apache-2.0",
7+
"description": "TypeScript is a language for application scale JavaScript development",
8+
"keywords": [
9+
"TypeScript",
10+
"Microsoft",
11+
"compiler",
12+
"language",
13+
"javascript"
14+
],
15+
"bugs": {
16+
"url": "https://github.com/Microsoft/TypeScript/issues"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/Microsoft/TypeScript.git"
21+
},
22+
"preferGlobal": true,
23+
"main": "./bin/typescript.js",
24+
"bin": {
25+
"tsc": "./bin/tsc",
26+
"tsserver": "./bin/tsserver"
27+
},
28+
"engines": {
29+
"node": ">=0.8.0"
30+
},
31+
"devDependencies": {
32+
"jake": "latest",
33+
"mocha": "latest",
34+
"chai": "latest",
35+
"browserify": "latest",
36+
"istanbul": "latest",
37+
"coveralls": "^2.11.2",
38+
"mocha-lcov-reporter": "0.0.2"
39+
},
40+
"scripts": {
41+
"test": "jake runtests"
42+
}
4343
}

0 commit comments

Comments
 (0)