From 7b51d3ae823cc2e0cd92959218ff684de2102c52 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 30 Mar 2024 11:46:09 +0530 Subject: [PATCH] chore(pkg): include required files in package --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fa54fce..7f947eb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,12 @@ "license": "Apache-2.0", "types": "out/index.d.ts", "files": [ - "out", + "lunew", + "lunew.bat", + "lune_require_patch.diff", + "out/init.*", + "out/index.*", + "!out/rbxts/**", "!**/*.tsbuildinfo" ], "publishConfig": {