From 69f1e056443662633c44ca93b6637be7ac35dd0a Mon Sep 17 00:00:00 2001 From: Craig Whiteside Date: Mon, 21 May 2018 14:35:23 +0100 Subject: [PATCH] Don't use Angular 5 packages for an Angular 4 project --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b73fc3c16..c5c4e9902 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ }, "devDependencies": { "@angular/common": "4.4.6", - "@angular/compiler": "^5.0.0", - "@angular/compiler-cli": "^5.0.0", + "@angular/compiler": "4.4.6", + "@angular/compiler-cli": "4.4.6", "@angular/core": "4.4.6", "@angular/forms": "4.4.6", "@angular/http": "4.4.6",