From edf6b2060e0dc45e5537114d7ac8d8cdcd0ec494 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Thu, 15 May 2025 15:01:27 +0200 Subject: [PATCH] spot: change v to 20 --- spot/package.json | 2 +- spot/wxt.config.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/spot/package.json b/spot/package.json index 07b9620bf..c5778f205 100644 --- a/spot/package.json +++ b/spot/package.json @@ -2,7 +2,7 @@ "name": "spot", "description": "manifest.json description", "private": true, - "version": "1.0.19", + "version": "1.0.20", "type": "module", "scripts": { "dev": "wxt", diff --git a/spot/wxt.config.ts b/spot/wxt.config.ts index 650d00e48..359679d6b 100644 --- a/spot/wxt.config.ts +++ b/spot/wxt.config.ts @@ -27,7 +27,6 @@ export default defineConfig({ "unlimitedStorage", "webNavigation", "webRequest", - "", "debugger", ], },