Minor README improvements, set app/package.json version to 0

This commit is contained in:
Christoph Wiechert
2017-07-18 16:14:17 +02:00
parent 8a7635f329
commit ca3a92c1a3
3 changed files with 2 additions and 2 deletions

View File

@@ -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)**

View File

@@ -1,7 +1,7 @@
{
"name": "psitransfer",
"description": "A Vue.js project",
"version": "1.0.0",
"version": "0.0.0",
"author": "Christoph Wiechert <wio@psitrax.de>",
"private": true,
"scripts": {