From d8d4471a44defa1c411d7155f3fbc29d8aa26bc3 Mon Sep 17 00:00:00 2001 From: Luan Date: Thu, 24 Jul 2025 10:01:27 -0300 Subject: [PATCH] chore(package): Remove unused type and module fields --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 2d99d0c..e7ea61e 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,6 @@ "description": "A collection of modules for working with YouTube's proprietary video streaming protocols (UMP/SABR).", "main": "dist/index.js", "type": "module", - "types": "./dist/src/index.d.ts", - "module": "./dist/src/index.js", "scripts": { "watch": "npx tspc --watch", "lint": "npx eslint ./src/**/*.ts",