From ff4480fc38b05555af32d2bb4e2266ac9799e959 Mon Sep 17 00:00:00 2001 From: zS1L3NT Mac Date: Thu, 28 Dec 2023 04:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=205.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3a7ac03..6597315 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ytmusic-api", - "version": "5.0.0", + "version": "5.0.1", "description": "YouTube Music API", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -11,7 +11,7 @@ "url": "https://github.com/zS1L3NT/ts-npm-ytmusic-api" }, "scripts": { - "build": "tsc", + "build": "tsc && rm tsconfig.tsbuildinfo", "clean": "tsc --noEmit && eslint src --fix && prettier src --write && rm tsconfig.tsbuildinfo" }, "dependencies": { diff --git a/tsconfig.json b/tsconfig.json index 36bcbae..1667fbd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,7 +31,7 @@ "forceConsistentCasingInFileNames": true, /** Other */ - "noEmit": true, + "noEmit": false, "allowJs": true, "jsx": "react-jsx", "skipLibCheck": true,