From 7777d22e116a01e9720623ec155c39f1022f01ce Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sat, 13 Sep 2025 18:03:59 +0100 Subject: [PATCH] chore(package): remove "type" field from package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 0888ac17..b25a92cd 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "2.12.2", "description": "AIOStreams consolidates multiple Stremio addons and debrid services into a single, easily configurable addon. It allows highly customisable filtering, sorting, and formatting of results and supports proxying all your streams through MediaFlow Proxy or StremThru for improved compatibility and IP restriction bypassing.", "main": "dist/index.js", - "type": "module", "scripts": { "test": "pnpm run test --workspaces", "release": "commit-and-tag-version",