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",