From 05498f3b61f08888f143741248028a4e8aeb2f41 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 17 Dec 2015 14:10:47 -0600 Subject: [PATCH] chore(): add ^ to angular2 dep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 286e6b93d0..effdbfa42a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "tooling" ], "dependencies": { - "angular2": "2.0.0-beta.0", + "angular2": "^2.0.0-beta.0", "colors": "^1.1.2", "es6-promise": "^3.0.2", "es6-shim": "0.33.6",