From 2417e74326d4e2cb765e000133a2eb62edf93c31 Mon Sep 17 00:00:00 2001 From: Stuart Wheater Date: Sun, 1 Apr 2018 20:55:42 +0100 Subject: [PATCH] Minor fixes and updates --- install.sh | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c804349..848abb0 100755 --- a/install.sh +++ b/install.sh @@ -10,6 +10,8 @@ if [ -d '../constellationofcare-website' ]; then rm -rf ../constellationofcare-website/* fi +mkdir ../constellationofcare-website + if [ -d 'dist' ]; then mv dist/* ../constellationofcare-website/. fi diff --git a/package.json b/package.json index 74852ff..79e2217 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular/common": "^5.2.9", "@angular/compiler": "^5.2.9", "@angular/core": "^5.2.9", - "@angular/flex-layout": "5.0.0-beta.13", + "@angular/flex-layout": "5.0.0-beta.14", "@angular/forms": "^5.2.9", "@angular/http": "^5.2.9", "@angular/material": "^5.2.4",