From c35f0fcb50d052227c1458f118e1ab03c520e2dd Mon Sep 17 00:00:00 2001 From: John Harlow Date: Fri, 11 Oct 2024 15:51:38 -0700 Subject: [PATCH] g --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6f8dc9..bac34ec 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "exports": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ - "lib", + "lib/**/*", "README.md", "package.json" ],