From 009d5a980a0e9560d8d3f0afb35670339d4f9fff Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 30 Jun 2016 23:31:13 -0500 Subject: [PATCH] chore(angular): update to angular 2.0.0-rc.4 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index bdd6e13679..721e8579ee 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,13 @@ "link": "npm install && gulp src && npm link" }, "dependencies": { - "@angular/common": "2.0.0-rc.3", - "@angular/compiler": "2.0.0-rc.3", - "@angular/core": "2.0.0-rc.3", - "@angular/forms": "0.1.1", - "@angular/http": "2.0.0-rc.3", - "@angular/platform-browser": "2.0.0-rc.3", - "@angular/platform-browser-dynamic": "2.0.0-rc.3", + "@angular/common": "2.0.0-rc.4", + "@angular/compiler": "2.0.0-rc.4", + "@angular/core": "2.0.0-rc.4", + "@angular/forms": "0.2.0", + "@angular/http": "2.0.0-rc.4", + "@angular/platform-browser": "2.0.0-rc.4", + "@angular/platform-browser-dynamic": "2.0.0-rc.4", "colors": "^1.1.2", "es6-shim": "^0.35.0", "inquirer": "0.11.0",