From ec57f00d2beb4135ec99fba5eda2873095662446 Mon Sep 17 00:00:00 2001 From: Ibby Date: Fri, 10 Mar 2017 12:08:06 -0500 Subject: [PATCH] chore(): update angular to 2.4.8 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 42176c3d8..d5a6ee26d 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "dist" ], "devDependencies": { - "@angular/compiler": "2.2.1", - "@angular/compiler-cli": "2.2.1", - "@angular/core": "2.2.1", + "@angular/compiler": "2.4.8", + "@angular/compiler-cli": "2.4.8", + "@angular/core": "2.4.8", "browserify": "^13.3.0", "canonical-path": "0.0.2", "child-process-promise": "^2.2.0",