From 53177920bb3925081c1473843f425fa1b64423e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Wed, 22 Jun 2016 18:36:58 +0200 Subject: [PATCH] Update to angular2-rc.3 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b994272b..451814a4 100644 --- a/package.json +++ b/package.json @@ -27,11 +27,11 @@ "yargs": "^4.7.1" }, "dependencies": { - "@angular/common": "2.0.0-rc.2", - "@angular/compiler": "2.0.0-rc.2", - "@angular/core": "2.0.0-rc.2", - "@angular/platform-browser": "2.0.0-rc.2", - "@angular/platform-browser-dynamic": "2.0.0-rc.2", + "@angular/common": "2.0.0-rc.3", + "@angular/compiler": "2.0.0-rc.3", + "@angular/core": "2.0.0-rc.3", + "@angular/platform-browser": "2.0.0-rc.3", + "@angular/platform-browser-dynamic": "2.0.0-rc.3", "bootstrap": "^3.3.6", "browser-stdout": "^1.3.0", "es6-shim": "^0.35.1",