From 7a14b1c61bd9933b6e17e5a0a64f6d805003e4e0 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 10 Jul 2026 23:38:22 -0700 Subject: [PATCH] Specify deployed files. --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a0d99f1..0ea241b 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,11 @@ "url": "nano:nano_1zosoqs47yt47bnfg7sdf46kj7asn58b7uzm9ek95jw7ccatq37898u1zoso" }, "files": [ - "/dist", - "/docs", - "/LICENSES", + "dist/**/*.js", + "dist/**/*.d.ts", + "dist/bin/*.sh", + "docs/", + "LICENSES/", "AUTHORS.md", "package.json.license" ], -- 2.52.0