From 74ef520858b0e1a824f3604ee02eff8ba4178232 Mon Sep 17 00:00:00 2001 From: xenticore Date: Tue, 29 Apr 2025 00:52:47 -0400 Subject: [PATCH] chore: define extension author --- package.json | 1 + src/userscript_header.js | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index 56a8ecb..cf153c7 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "tf2wikipricing", "version": "0.7.1", "description": "Adds item pricing to the Team Fortress 2 wiki", + "author": "rapture.party", "devDependencies": { "@eslint/css": "^0.7.0", "@eslint/js": "^9.25.1", diff --git a/src/userscript_header.js b/src/userscript_header.js index f8f443a..e9f7a78 100644 --- a/src/userscript_header.js +++ b/src/userscript_header.js @@ -2,6 +2,7 @@ // @name EXTENSION_NAME // @description EXTENSION_DESCRIPTION // @version EXTENSION_VERSION +// @author EXTENSION_AUTHOR // @match *://wiki.teamfortress.com/wiki/* // @run-at document-start // @inject-into content