Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 7f178b8

Browse files
committed
chore(final release)
1 parent 851d5cd commit 7f178b8

File tree

13 files changed

+27
-22043
lines changed

13 files changed

+27
-22043
lines changed

package.json

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,24 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"@angular/common": "2.0.0-rc.4",
14-
"@angular/compiler": "2.0.0-rc.4",
15-
"@angular/core": "2.0.0-rc.4",
16-
"@angular/forms": "^0.2.0",
17-
"@angular/http": "2.0.0-rc.4",
18-
"@angular/platform-browser": "2.0.0-rc.4",
19-
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
20-
"@angular/router": "3.0.0-beta.2",
21-
"core-js": "^2.4.0",
22-
"lodash": "^4.13.1",
23-
"rxjs": "5.0.0-beta.6",
24-
"zone.js": "^0.6.12"
13+
"@angular/common": "^2.0.0",
14+
"@angular/compiler": "^2.0.0",
15+
"@angular/core": "^2.0.0",
16+
"@angular/forms": "^2.0.0",
17+
"@angular/http": "^2.0.0",
18+
"@angular/platform-browser": "^2.0.0",
19+
"@angular/platform-browser-dynamic": "^2.0.0",
20+
"@angular/router": "^3.0.0",
21+
"core-js": "^2.4.1",
22+
"lodash": "^4.16.1",
23+
"rxjs": "^5.0.0-beta.12",
24+
"zone.js": "^0.6.25"
2525
},
2626
"devDependencies": {
27-
"awesome-typescript-loader": "1.0",
27+
"@types/core-js": "^0.9.33",
28+
"@types/lodash": "^4.14.35",
29+
"@types/node": "^6.0.39",
30+
"awesome-typescript-loader": "^2.2.4",
2831
"css-loader": "^0.23.1",
2932
"jasmine-core": "^2.4.1",
3033
"karma": "^1.1.1",
@@ -34,7 +37,7 @@
3437
"raw-loader": "^0.5.1",
3538
"to-string-loader": "^1.1.4",
3639
"ts-helpers": "^1.1.1",
37-
"typescript": "^1.8.10",
40+
"typescript": "^2.0.2",
3841
"webpack": "^1.13.1",
3942
"webpack-dev-server": "^1.14.1"
4043
}

tsconfig.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"module": "commonjs",
44
"target": "es5",
55
"outDir": "dist",
6-
"rootDir": ".",
6+
"rootDir": "src",
77
"sourceMap": true,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
10-
"moduleResolution": "node"
10+
"moduleResolution": "node",
11+
"forceConsistentCasingInFileNames": true,
12+
"types": [
13+
"node",
14+
"core-js"
15+
]
1116
},
12-
"exclude": [
13-
"typings/index.d.ts",
14-
"node_modules"
15-
],
1617
"compileOnSave": false,
17-
"buildOnSave": false,
18-
"atom": { "rewriteTsconfig": false }
18+
"buildOnSave": false
1919
}

tslint.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"rules": {
33
"class-name": true,
44
"comment-format": [true, "check-space"],
5-
"class-name": false,
65
"curly": true,
76
"eofline": true,
87
"forin": true,
@@ -37,9 +36,9 @@
3736
"check-else",
3837
"check-whitespace"
3938
],
40-
"quotemark": false,
39+
"quotemark": [true],
4140
"radix": true,
42-
"semicolon": true,
41+
"semicolon": [false],
4342
"object-literal-sort-keys": false,
4443
"triple-equals": [true, "allow-null-check"],
4544
"variable-name": false,

typings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)