From dfae0f2246bd48394a565d83598bfc23e03e3d73 Mon Sep 17 00:00:00 2001 From: ZeWaka Date: Sun, 17 Nov 2024 13:06:39 -0800 Subject: [PATCH] fix package.json formatting --- package.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 9ad7b9f..a05c293 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,8 @@ "name": "tgui-core", "version": "1.3.1", "description": "TGUI core component library", - "keywords": [ - "TGUI", - "library", - "typescript" - ], - "files": [ - "dist" - ], + "keywords": ["TGUI", "library", "typescript"], + "files": ["dist"], "exports": { "./components": { "import": "./dist/components/index.js",