diff --git a/lib/FormAPIEx.cjs b/lib/FormAPIEx.cjs index 7ec175f..59c547f 100644 --- a/lib/FormAPIEx.cjs +++ b/lib/FormAPIEx.cjs @@ -44,7 +44,7 @@ var version = "0.5.2"; // src/const.ts var NAME = "FormAPIEx"; var VERSION = version.split(".").map((v) => Number(v)); -var AUTHOR = "student_2333 "; +var AUTHOR = "LgCookie "; var LICENSE = "Apache-2.0"; var FormClose = Symbol(`${NAME}_FormClose`); diff --git a/lib/FormAPIEx.d.ts b/lib/FormAPIEx.d.ts index b6b22a0..ae7de75 100644 --- a/lib/FormAPIEx.d.ts +++ b/lib/FormAPIEx.d.ts @@ -1,6 +1,6 @@ export const NAME = "FormAPIEx"; export const VERSION: [number, number, number]; -export const AUTHOR = "student_2333 "; +export const AUTHOR = "LgCookie "; export const LICENSE = "Apache-2.0"; export const FormClose: unique symbol; export type FormClose = typeof FormClose; diff --git a/lib/FormAPIEx.mjs b/lib/FormAPIEx.mjs index 9417f53..64ab693 100644 --- a/lib/FormAPIEx.mjs +++ b/lib/FormAPIEx.mjs @@ -4,7 +4,7 @@ var version = "0.5.2"; // src/const.ts var NAME = "FormAPIEx"; var VERSION = version.split(".").map((v) => Number(v)); -var AUTHOR = "student_2333 "; +var AUTHOR = "LgCookie "; var LICENSE = "Apache-2.0"; var FormClose = Symbol(`${NAME}_FormClose`); diff --git a/package.json b/package.json index b36ddc6..0225380 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "module": "lib/FormAPIEx.mjs", "types": "lib/FormAPIEx.d.ts", "license": "Apache-2.0", - "author": "student_2333 ", + "author": "LgCookie ", "keywords": [ "liteloader", "liteloaderbds", diff --git a/tooth.json b/tooth.json index 70ca537..d534148 100644 --- a/tooth.json +++ b/tooth.json @@ -6,7 +6,7 @@ "info": { "name": "FormAPIEx", "description": "Work with LSE forms easily!", - "author": "student_2333", + "author": "LgCookie", "tags": ["library", "lse", "quickjs", "form"] }, "dependencies": {