From 8ee0f1c36b99b1dffb1db8b18548fde3a1b178cb Mon Sep 17 00:00:00 2001 From: paige <88659700+paigeroid@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:34:38 -0500 Subject: [PATCH] Update package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a49bbd1..b32198c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aepl", - "version": "1.2.7", + "version": "1.2.8", "author": "paigeroid", "description": "A Node.JS multi-layered class creation package with built-in parenting systems that let you get info from classes above as well as better function and property makers for easier to read and understand development and modding support inspired by Roblox's Studio API.", "repository": { @@ -19,11 +19,13 @@ "html", "dataType", "class", + "classes", "lightweight", "framework", "backend", "minigames", "game-development", + "games", "aepl" ], "homepage": "https://github.com/paigeroid/aepl",