Skip to content

Commit

Permalink
Minor fixes and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartWheater committed Apr 1, 2018
1 parent 55bfc8c commit 2417e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2417e74

Please sign in to comment.