Merge pull request #4 from FrauJulian/dev

dist .ignore - v0.4.1
This commit is contained in:
2024-11-17 21:35:17 +01:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
.idea .idea
node_modules node_modules
dist
src src
tsconfig.json tsconfig.json
tsup.config.ts tsup.config.ts
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "discord-audio-stream", "name": "discord-audio-stream",
"version": "0.4.0", "version": "0.4.1",
"description": "Node libary to make discord audio streaming easier.", "description": "Node libary to make discord audio streaming easier.",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",