Minor README improvements, set app/package.json version to 0
This commit is contained in:
@@ -24,7 +24,7 @@ It's an alternative to paid services like Dropbox, WeTransfer.
|
|||||||
* Requires Node >=7.4 or use `--harmony-async-await` flag
|
* Requires Node >=7.4 or use `--harmony-async-await` flag
|
||||||
* Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
|
* 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_)
|
* `/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
|
**See the blog posts about PsiTransfer: https://psi.cx/tags/PsiTransfer/ and checkout the
|
||||||
[Documentation](https://github.com/psi-4ward/psitransfer/tree/master/docs)**
|
[Documentation](https://github.com/psi-4ward/psitransfer/tree/master/docs)**
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "psitransfer",
|
"name": "psitransfer",
|
||||||
"description": "A Vue.js project",
|
"description": "A Vue.js project",
|
||||||
"version": "1.0.0",
|
"version": "0.0.0",
|
||||||
"author": "Christoph Wiechert <wio@psitrax.de>",
|
"author": "Christoph Wiechert <wio@psitrax.de>",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user