Update Author of Frontend package
This commit is contained in:
parent
08a68f5029
commit
547fd5d685
|
@ -1 +0,0 @@
|
||||||
Eliot Berriot
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Funkwhale front-end",
|
"description": "Funkwhale front-end",
|
||||||
"author": "Eliot Berriot <contact@eliotberriot.com>",
|
"author": "Funkwhale Collective <contact@funkwhale.audio>",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "[ ! -d src/translations ] && npm run i18n-compile; vue-cli-service serve --port ${VUE_PORT:-8080} --host ${VUE_HOST:-0.0.0.0}",
|
"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",
|
"build": "scripts/i18n-compile.sh && vue-cli-service build",
|
||||||
|
|
Loading…
Reference in New Issue