From c63d1db7ec32e67abad1e97b37295e27757d79a0 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 13 Nov 2025 16:25:03 -0800 Subject: [PATCH] build: include `rcedit.js` in published files --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 68489aa..8b7aaa2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "types": "lib/index.d.ts", "files": [ "bin", - "lib/index.d.ts" + "lib/index.d.ts", + "lib/rcedit.js" ], "scripts": { "docs:build": "node script/build-docs.js",