From f655960eeebd88e9409dab0f927456dac649cc0f Mon Sep 17 00:00:00 2001 From: Viet Ngoc Date: Wed, 11 Dec 2024 21:43:46 +0100 Subject: [PATCH] refactor: Remove unnecessary code and update package.json version to 1.9.0 --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 2 +- README.md | 3 ++- package.json | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 5445678..69365b9 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -34,7 +34,7 @@ body: label: Version 📦 description: The version of the application where the bug was found options: - - v1.9.0-beta.5 + - v1.9.0 - v1.8.1 - v1.8.0 - v1.7.2 diff --git a/README.md b/README.md index c10d275..1b92f84 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ + ### Supported Localization
@@ -60,7 +61,7 @@ | `ru` | Русский | Русский | | `sk` | Slovak | Slovenčina | -
+ ### View options diff --git a/package.json b/package.json index d63bd8d..4ea2907 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ }, "module": "lunar-phase-card.js", "license": "MIT", - "type": "module", "dependencies": { "@dotenvx/dotenvx": "^1.29.0", "@google-cloud/translate": "^8.5.0",