Update Author of Frontend package

This commit is contained in:
Georg Krause 2021-12-08 20:14:21 +01:00
parent 08a68f5029
commit 547fd5d685
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
Eliot Berriot

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"description": "Funkwhale front-end",
"author": "Eliot Berriot <contact@eliotberriot.com>",
"author": "Funkwhale Collective <contact@funkwhale.audio>",
"scripts": {
"serve": "[ ! -d src/translations ] && npm run i18n-compile; vue-cli-service serve --port ${VUE_PORT:-8080} --host ${VUE_HOST:-0.0.0.0}",
"build": "scripts/i18n-compile.sh && vue-cli-service build",