diff --git a/.travis.yml b/.travis.yml index cbd49a9..590112f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,6 @@ deploy: skip_cleanup: true github_token: $GITHUB_TOKEN local_dir: dist + keep_history: true on: branch: master \ No newline at end of file diff --git a/deploy.sh b/deploy.sh old mode 100644 new mode 100755 diff --git a/package.json b/package.json index 13cbc0f..f3bb191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "covid-vue", - "version": "0.1.0", + "version": "0.1.1", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -38,4 +38,4 @@ "vue-template-compiler": "^2.6.11", "vuetify-loader": "^1.3.0" } -} +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index bc51465..fa50574 100644 --- a/public/index.html +++ b/public/index.html @@ -1,19 +1,23 @@ - - - - - - <%= htmlWebpackPlugin.options.title %> - - - - - -
- - - + + + + + + + COVIDvue + + + + + + +
+ + + + \ No newline at end of file