Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit 8a82b01

Browse files
committed
bump up versions
1 parent dd99ee3 commit 8a82b01

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
},
1515
"private": true,
1616
"dependencies": {
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",
17+
"@angular/common": "2.0.0-rc.3",
18+
"@angular/compiler": "2.0.0-rc.3",
19+
"@angular/core": "2.0.0-rc.3",
20+
"@angular/forms": "0.1.1",
21+
"@angular/http": "2.0.0-rc.3",
22+
"@angular/platform-browser": "2.0.0-rc.3",
23+
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
2324
"@angular/router": "^3.0.0-alpha.7",
2425
"es6-shim": "^0.35.1",
2526
"reflect-metadata": "0.1.3",

src/system-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const barrels: string[] = [
2222
'@angular/core',
2323
'@angular/common',
2424
'@angular/compiler',
25+
'@angular/forms',
2526
'@angular/http',
2627
'@angular/router',
2728
'@angular/platform-browser',

0 commit comments

Comments
 (0)