feat: rely on package.json for version and description

This commit is contained in:
SethBurkart123
2025-02-14 17:11:33 +11:00
parent 395ec3291e
commit 5f561f516c
8 changed files with 31 additions and 8 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"name": "betterseqtaplus",
"version": "3.4.3",
"version": "3.4.4",
"type": "module",
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development, while incorporating a plethora of new and improved features!",
"description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add add heaps more features!",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"dev": "cross-env MODE=chrome vite dev",