From fe95281b249998635f0f88b685144e4b44e29c82 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 28 Jan 2016 20:25:14 -0600 Subject: [PATCH] chore(update): update to angular 2.0.0-beta.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84620ce04e..e8ad2ce850 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "link": "npm install && gulp src && npm link" }, "dependencies": { - "angular2": "2.0.0-beta.1", + "angular2": "2.0.0-beta.2", "colors": "^1.1.2", "es6-promise": "^3.0.2", "es6-shim": "0.33.6",