From 19854137cadaf49fd755394883dfd7fe5fdaba20 Mon Sep 17 00:00:00 2001 From: Luan Date: Thu, 24 Jul 2025 10:02:49 -0300 Subject: [PATCH] chore(package): Remove main entry point Oops, almost missed it. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e7ea61e..986b231 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "googlevideo", "version": "4.0.1", "description": "A collection of modules for working with YouTube's proprietary video streaming protocols (UMP/SABR).", - "main": "dist/index.js", "type": "module", "scripts": { "watch": "npx tspc --watch",