diff --git a/.npmignore b/.npmignore index bb047a9..6b98afa 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,5 @@ .idea node_modules -dist src tsconfig.json tsup.config.ts \ No newline at end of file diff --git a/package.json b/package.json index 7bbb5fa..8bd3bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-audio-stream", - "version": "0.4.0", + "version": "0.4.1", "description": "Node libary to make discord audio streaming easier.", "main": "./dist/index.js", "module": "./dist/index.mjs",