Skip to content

Commit

Permalink
🐛 fix cjs support gone issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zS1L3NT Mac committed Jan 12, 2024
1 parent ff4480f commit 320cecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ytmusic-api",
"version": "5.0.1",
"version": "5.0.2",
"description": "YouTube Music API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/** Transpiler */
"target": "esnext",
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "bundler",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,

Expand Down

0 comments on commit 320cecf

Please sign in to comment.