chore: rename package

Preserve userscript name while making package name neater:
**TF2 Wiki Pricing**
`tf2wikipricing.user.js`
This commit is contained in:
xenticore
2025-05-01 14:25:44 -04:00
parent 4ce57450dd
commit d02bd7ac9d
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ module.exports = [
devtool: false,
output: {
path: path.resolve(__dirname, 'dist/userscript'),
filename: `${package.name}.user.js`
filename: `tf2wikipricing.user.js`
},
resolve: {
extensions: [".ts", ".tsx", ".js", ".json", ".css"]