From fe3486b647d9e6ff0b910ec398196dc5c9eac9a5 Mon Sep 17 00:00:00 2001 From: Lauren ten Hoor Date: Thu, 12 Feb 2026 11:48:05 +0800 Subject: [PATCH] fix: correct npm package entry point and include manifest file --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d018d9..c7051b9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "openclaw": { "extensions": [ - "./index.ts" + "./dist/index.js" ] }, "main": "./dist/index.js", @@ -35,7 +35,8 @@ "files": [ "dist/", "roles/", - "docs/" + "docs/", + "openclaw.plugin.json" ], "publishConfig": { "access": "public"