Skip to content

Commit ff4480f

Browse files
author
zS1L3NT Mac
committed
🔖 5.0.1
1 parent eea7bec commit ff4480f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ytmusic-api",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "YouTube Music API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/zS1L3NT/ts-npm-ytmusic-api"
1212
},
1313
"scripts": {
14-
"build": "tsc",
14+
"build": "tsc && rm tsconfig.tsbuildinfo",
1515
"clean": "tsc --noEmit && eslint src --fix && prettier src --write && rm tsconfig.tsbuildinfo"
1616
},
1717
"dependencies": {

‎tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"forceConsistentCasingInFileNames": true,
3232

3333
/** Other */
34-
"noEmit": true,
34+
"noEmit": false,
3535
"allowJs": true,
3636
"jsx": "react-jsx",
3737
"skipLibCheck": true,

0 commit comments

Comments
 (0)