mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 21:13:30 +01:00
chore: "hide" ./defaultWorker entrypoint with types: null (#9485)
* fix: move `types` condition to the front * Update packages/ws/package.json --------- Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3e80f0b384
commit
ab39683a50
@@ -23,6 +23,7 @@
|
|||||||
"require": "./dist/index.js"
|
"require": "./dist/index.js"
|
||||||
},
|
},
|
||||||
"./defaultWorker": {
|
"./defaultWorker": {
|
||||||
|
"types": null,
|
||||||
"import": "./dist/defaultWorker.mjs",
|
"import": "./dist/defaultWorker.mjs",
|
||||||
"require": "./dist/defaultWorker.js"
|
"require": "./dist/defaultWorker.js"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user