diff --git a/README.md b/README.md index 807d7ed..d985e09 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ It's an alternative to paid services like Dropbox, WeTransfer. * Requires Node >=7.4 or use `--harmony-async-await` flag * Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard)) * `/admin` Page lists bucket information, [Screenshot](https://raw.githubusercontent.com/psi-4ward/psitransfer/master/docs/PsiTransfer-Admin.png) (_disabled until you set `adminPass` config value_) -* Lightweight [Vue](https://vuejs.org) based frontend apps. Gzipped less than 65k +* Lightweight [Vue](https://vuejs.org) based frontend apps. Gzipped (on by default) less than 65k **See the blog posts about PsiTransfer: https://psi.cx/tags/PsiTransfer/ and checkout the [Documentation](https://github.com/psi-4ward/psitransfer/tree/master/docs)** diff --git a/app/package.json b/app/package.json index 28d6fad..4760e54 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "psitransfer", "description": "A Vue.js project", - "version": "1.0.0", + "version": "0.0.0", "author": "Christoph Wiechert ", "private": true, "scripts": { diff --git a/public/assets/bootstrap/css/bootstrap.min.css.gz b/public/assets/bootstrap/css/bootstrap.min.css.gz deleted file mode 100644 index ddbc968..0000000 Binary files a/public/assets/bootstrap/css/bootstrap.min.css.gz and /dev/null differ