mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: No identifier base in development versions (#9848)
feat: no identifier base in development versions
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "voice",
|
||||
"org": "discordjs",
|
||||
"packagePath": "packages/voice"
|
||||
"packagePath": "packages/voice",
|
||||
"identifierBase": false
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
"@babel/core": "^7.22.11",
|
||||
"@babel/preset-env": "^7.22.10",
|
||||
"@babel/preset-typescript": "^7.22.11",
|
||||
"@favware/cliff-jumper": "^2.1.1",
|
||||
"@favware/cliff-jumper": "^2.2.0",
|
||||
"@microsoft/api-extractor": "^7.36.4",
|
||||
"@types/jest": "^29.5.4",
|
||||
"@types/node": "16.18.44",
|
||||
|
||||
Reference in New Issue
Block a user