From c782568b5854eb813187f61d3710f528cabaa209 Mon Sep 17 00:00:00 2001 From: Lorezz Date: Thu, 24 Oct 2024 12:08:31 +0200 Subject: [PATCH] fix: remove type --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e12a5374..c5b747aa 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "1.4.3", "license": "AGPL-3.0-or-later", "description": "[License](./LICENSE)", - "type": "module", "scripts": { "dev": "vite --port 3000", "build": "tsc -b && vite build",