Skip to content

Commit

Permalink
update dist filename
Browse files Browse the repository at this point in the history
  • Loading branch information
GooseOb committed Dec 6, 2024
1 parent ae46da4 commit 4e6009a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ while ((tmp = pattern.exec(raw))) {
export default {
// @ts-expect-error
entrypoints: ['src/index.ts'],
naming: 'dist/index.js',
naming: 'dist/script.user.js',
define,
userscript: {
logErrors: process.argv.includes('--watch'),
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yt-defaulter",
"author": "GooseOb",
"version": "1.11.2",
"version": "1.11.3",
"repository": {
"type": "git",
"url": "git+https://github.com/GooseOb/YT-Defaulter.git"
Expand All @@ -17,7 +17,7 @@
},
"type": "module",
"devDependencies": {
"bun-build-userscript": "^1.6.1",
"bun-build-userscript": "^1.6.2",
"husky": "^8.0.3",
"prettier": "^3.4.2"
}
Expand Down

0 comments on commit 4e6009a

Please sign in to comment.