From d02bd7ac9d2237cd5b8d7e4999e2e344b0447c24 Mon Sep 17 00:00:00 2001 From: xenticore Date: Thu, 1 May 2025 14:25:44 -0400 Subject: [PATCH] chore: rename package Preserve userscript name while making package name neater: **TF2 Wiki Pricing** `tf2wikipricing.user.js` --- package.json | 2 +- webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cf153c7..a3acaa6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "tf2wikipricing", + "name": "TF2 Wiki Pricing", "version": "0.7.1", "description": "Adds item pricing to the Team Fortress 2 wiki", "author": "rapture.party", diff --git a/webpack.config.js b/webpack.config.js index 5e87d44..a26fc60 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -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"]