From 0e8c4d6121c0b89925590d0fc3f1223c4303b57e Mon Sep 17 00:00:00 2001 From: Fetrarijaona R Date: Wed, 21 Nov 2018 13:44:40 +0300 Subject: [PATCH] chore(travis): fix build --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8b76fdb6..dd741283 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "devDependencies": { "@angular/animations": "^5.2.9", "@angular/cdk": "^5.2.4", + "@angular/cli": "1.7.2", "@angular/common": "^5.2.0", "@angular/compiler": "^5.2.0", "@angular/compiler-cli": "^5.2.0", @@ -50,11 +51,10 @@ "@angular/forms": "^5.2.0", "@angular/http": "^5.2.0", "@angular/material": "^5.2.4", - "@angular/cli": "1.7.2", "@angular/platform-browser": "^5.2.0", "@angular/platform-browser-dynamic": "^5.2.0", "@angular/router": "^5.2.0", - "@types/jasmine": "~2.8.3", + "@types/jasmine": "^2.8.9", "@types/jasminewd2": "~2.0.2", "@types/node": "~6.0.60", "angular-cli-ghpages": "^0.5.2",