From 7e56094fb5395cd2ee48eb1d859d2412f82c4deb Mon Sep 17 00:00:00 2001 From: JabDoesThings Date: Mon, 8 Jul 2024 04:55:39 -0500 Subject: [PATCH] Because I clearly don't know what I'm doing.. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e99831..f58113d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,9 @@ "files": [ "dist/index.js", "dist/config.js", - "lua/reimport_template.lua" + "lua/reimport_template.lua", + "lua/pipewrench_fixes.lua", + "lua/classcreate_template.lua" ], "exports": "./dist/index.js", "types": "./dist/index.d.ts",