From 75736ad01baf776f54e1d26f73e25d6faa9667a0 Mon Sep 17 00:00:00 2001
From: Alex Yang <himself65@outlook.com>
Date: Fri, 10 May 2024 14:07:22 -0700
Subject: [PATCH] build: release output files

---
 packages/autotool/package.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/packages/autotool/package.json b/packages/autotool/package.json
index 3bed6edf3..fb8fcd79d 100644
--- a/packages/autotool/package.json
+++ b/packages/autotool/package.json
@@ -2,7 +2,11 @@
   "name": "@llamaindex/autotool",
   "type": "module",
   "version": "0.0.1",
-  "description": "",
+  "description": "auto transpile your JS function to LLM Agent compatible",
+  "files": [
+    "dist",
+    "CHANGELOG.md"
+  ],
   "exports": {
     ".": {
       "types": "./dist/index.d.ts",
-- 
GitLab