Skip to content

Commit 66932b8

Browse files
author
Pietro Grandi
committed
update to rc.2
1 parent aea33d9 commit 66932b8

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

app/app.component.ts

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component } from '@angular/core';
1+
import { Component } from '@angular/core';
22

33
@Component({
44

package.json

100644100755
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
"typings": "typings"
1515
},
1616
"dependencies": {
17-
"@angular/common": "2.0.0-rc.1",
18-
"@angular/compiler": "2.0.0-rc.1",
19-
"@angular/core": "2.0.0-rc.1",
20-
"@angular/http": "2.0.0-rc.1",
21-
"@angular/platform-browser": "2.0.0-rc.1",
22-
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
23-
"@angular/upgrade": "2.0.0-rc.1",
17+
"@angular/common": "2.0.0-rc.2",
18+
"@angular/compiler": "2.0.0-rc.2",
19+
"@angular/core": "2.0.0-rc.2",
20+
"@angular/http": "2.0.0-rc.2",
21+
"@angular/platform-browser": "2.0.0-rc.2",
22+
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
2423
"systemjs": "0.19.27",
2524
"es6-shim": "^0.35.0",
2625
"reflect-metadata": "^0.1.3",

0 commit comments

Comments
 (0)