diff --git a/frontend/package.tmpl.json b/frontend/package.tmpl.json index a7ad081..35e958f 100644 --- a/frontend/package.tmpl.json +++ b/frontend/package.tmpl.json @@ -7,6 +7,7 @@ "build": "vue-cli-service build", "serve": "serve dist" }, + "author": "{{.AuthorName}}", "dependencies": { "vue": "^3.0.0", "vue-i18n": "^9.1.7", diff --git a/wails.tmpl.json b/wails.tmpl.json index 64f1df7..b8d0810 100644 --- a/wails.tmpl.json +++ b/wails.tmpl.json @@ -2,8 +2,8 @@ "name": "{{.ProjectName}}", "outputfilename": "{{.BinaryName}}", "assetdir": "frontend/dist", - "frontend:build": "npm run build", "frontend:install": "npm install", + "frontend:build": "npm run build", "author": { "name": "{{.AuthorName}}", "email": "{{.AuthorEmail}}"