From 46c1e81a20e9e65be302d7abc54af646a7c8cb7c Mon Sep 17 00:00:00 2001 From: Michael Hipp Date: Fri, 6 Sep 2019 06:08:00 -0500 Subject: [PATCH] Change template descr of vuetify-basic to say Vuetify 1.5 --- cmd/templates/vuetify-basic/template.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/templates/vuetify-basic/template.json b/cmd/templates/vuetify-basic/template.json index 0df81aa0..b58b5b04 100755 --- a/cmd/templates/vuetify-basic/template.json +++ b/cmd/templates/vuetify-basic/template.json @@ -1,8 +1,8 @@ { - "name": "Vuetify Basic", + "name": "Vuetify1.5/Webpack Basic", "version": "1.0.0", - "shortdescription": "Vuetify + Webpack", - "description": "Basic template using Vuetify and bundled using Webpack", + "shortdescription": "A basic Vuetify1.5/Webpack4 template", + "description": "Basic template using Vuetify v1.5 and bundled using Webpack", "install": "npm install", "build": "npm run build", "author": "lea ", @@ -11,4 +11,4 @@ "serve": "npm run serve", "bridge": "src", "wailsdir": "" -} \ No newline at end of file +}