You've already forked tf2wikipricing
chore: rename package
Preserve userscript name while making package name neater: **TF2 Wiki Pricing** `tf2wikipricing.user.js`
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "tf2wikipricing",
|
"name": "TF2 Wiki Pricing",
|
||||||
"version": "0.7.1",
|
"version": "0.7.1",
|
||||||
"description": "Adds item pricing to the Team Fortress 2 wiki",
|
"description": "Adds item pricing to the Team Fortress 2 wiki",
|
||||||
"author": "rapture.party",
|
"author": "rapture.party",
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ module.exports = [
|
|||||||
devtool: false,
|
devtool: false,
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, 'dist/userscript'),
|
path: path.resolve(__dirname, 'dist/userscript'),
|
||||||
filename: `${package.name}.user.js`
|
filename: `tf2wikipricing.user.js`
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
extensions: [".ts", ".tsx", ".js", ".json", ".css"]
|
extensions: [".ts", ".tsx", ".js", ".json", ".css"]
|
||||||
|
|||||||
Reference in New Issue
Block a user