Skip to content

Commit

Permalink
chore(@discord-player/extractor): release 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Sep 10, 2023
1 parent 146548f commit d0b2eab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discord-player/extractor",
"version": "4.4.2",
"version": "4.4.3",
"description": "Extractors for discord-player",
"keywords": [
"discord-player",
Expand Down Expand Up @@ -59,4 +59,4 @@
"readmeFile": "./README.md",
"tsconfig": "./tsconfig.json"
}
}
}
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function defineConfig({
entry = ['./src/index.ts'],
skipNodeModulesBundle = true,
sourcemap = 'inline',
target = 'ES2020',
target = 'es2020',
silent = true,
shims = true
}: Options) {
Expand Down

0 comments on commit d0b2eab

Please sign in to comment.