From fd7bd417e1ebd5b599923243a0bd6109c9124db6 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Sun, 2 Mar 2025 16:31:05 +0100 Subject: [PATCH] Discard changes to plugins/http/package.json --- plugins/http/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/http/package.json b/plugins/http/package.json index f7f70019..02ea80bf 100644 --- a/plugins/http/package.json +++ b/plugins/http/package.json @@ -24,7 +24,6 @@ "LICENSE" ], "dependencies": { - "@tauri-apps/api": "^2.0.0", - "@tauri-apps/plugin-http": "link:" + "@tauri-apps/api": "^2.0.0" } }