From 7d6ab329bc1722718370aae030d3de80ca388ff2 Mon Sep 17 00:00:00 2001 From: Tony133 Date: Fri, 15 May 2026 23:36:46 +0200 Subject: [PATCH] fix(package): add index.js to files array --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7e3f5d6..ed661f7 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ "types": "types/index.d.ts", "files": [ "lib", + "index.js", "types/index.d.ts" ] } \ No newline at end of file