From 30c8c95d3de63fa834cc466af5530a61012aa305 Mon Sep 17 00:00:00 2001 From: Vahn Gomes Date: Fri, 15 Sep 2023 11:06:38 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=A6=20chore(package.json):=20add?= =?UTF-8?q?=20name=20and=20description=20fields=20to=20provide=20informati?= =?UTF-8?q?on=20about=20the=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/package-lock.json | 3 ++- src/package.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 4539752..0de22aa 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -1,9 +1,10 @@ { - "name": "ATIS_GENERATOR", + "name": "vmgware/vatcsuite", "lockfileVersion": 3, "requires": true, "packages": { "": { + "name": "vmgware/vatcsuite", "devDependencies": { "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.5", diff --git a/src/package.json b/src/package.json index e543e0d..ba3e427 100644 --- a/src/package.json +++ b/src/package.json @@ -1,4 +1,6 @@ { + "name": "vmgware/vatcsuite", + "description": "vATC Suite provides virtual air traffic controllers with essential tools like ATIS and AWOS generation to enhance realism in online flying networks.", "private": true, "type": "module", "scripts": { @@ -10,4 +12,4 @@ "laravel-vite-plugin": "^0.7.5", "vite": "^4.0.0" } -} +} \ No newline at end of file From 43a00abd0086584715fcd2ad201c33a7bc9ef86c Mon Sep 17 00:00:00 2001 From: Vahn Gomes Date: Fri, 15 Sep 2023 11:07:36 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=B8=20feat(images):=20add=20vATC?= =?UTF-8?q?=20Suite=20logo=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔧 fix(meta-tags.blade.php): update og:image and twitter:image URLs to use vATC Suite logo 🔧 fix(redoc.blade.php): update og:image and twitter:image URLs to use vATC Suite logo --- ...ator_logo_small.png => vatcsuite_logo_small.png} | Bin src/resources/views/components/meta-tags.blade.php | 4 ++-- src/resources/views/redoc.blade.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename src/public/lib/images/{atis_generator_logo_small.png => vatcsuite_logo_small.png} (100%) diff --git a/src/public/lib/images/atis_generator_logo_small.png b/src/public/lib/images/vatcsuite_logo_small.png similarity index 100% rename from src/public/lib/images/atis_generator_logo_small.png rename to src/public/lib/images/vatcsuite_logo_small.png diff --git a/src/resources/views/components/meta-tags.blade.php b/src/resources/views/components/meta-tags.blade.php index 661d742..4b77c94 100644 --- a/src/resources/views/components/meta-tags.blade.php +++ b/src/resources/views/components/meta-tags.blade.php @@ -7,7 +7,7 @@ - + @@ -16,4 +16,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/resources/views/redoc.blade.php b/src/resources/views/redoc.blade.php index 5f961be..a958a5f 100644 --- a/src/resources/views/redoc.blade.php +++ b/src/resources/views/redoc.blade.php @@ -22,7 +22,7 @@ - + @@ -31,7 +31,7 @@ - +