chore: define extension author

This commit is contained in:
xenticore
2025-04-29 00:52:47 -04:00
parent d93feafbb1
commit 74ef520858
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"name": "tf2wikipricing", "name": "tf2wikipricing",
"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",
"devDependencies": { "devDependencies": {
"@eslint/css": "^0.7.0", "@eslint/css": "^0.7.0",
"@eslint/js": "^9.25.1", "@eslint/js": "^9.25.1",

View File

@@ -2,6 +2,7 @@
// @name EXTENSION_NAME // @name EXTENSION_NAME
// @description EXTENSION_DESCRIPTION // @description EXTENSION_DESCRIPTION
// @version EXTENSION_VERSION // @version EXTENSION_VERSION
// @author EXTENSION_AUTHOR
// @match *://wiki.teamfortress.com/wiki/* // @match *://wiki.teamfortress.com/wiki/*
// @run-at document-start // @run-at document-start
// @inject-into content // @inject-into content