chore(voice-description): being consistency with Node.js casing (#9505)

docs(voice-description): being consistency with Node.js casing

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Idris
2023-05-04 10:44:35 +02:00
committed by GitHub
parent 4b077e679c
commit aa32d67619

View File

@@ -1,7 +1,7 @@
{ {
"name": "@discordjs/voice", "name": "@discordjs/voice",
"version": "0.16.0", "version": "0.16.0",
"description": "Implementation of the Discord Voice API for node.js", "description": "Implementation of the Discord Voice API for Node.js",
"scripts": { "scripts": {
"build": "tsup && node scripts/postbuild.mjs", "build": "tsup && node scripts/postbuild.mjs",
"build:docs": "tsc -p tsconfig.docs.json", "build:docs": "tsc -p tsconfig.docs.json",