From 4044e7fad4a45e696602060b69b31a95702bee28 Mon Sep 17 00:00:00 2001 From: Scott Trinh Date: Fri, 10 May 2024 16:36:39 -0400 Subject: [PATCH] [meta] exclude more files from the package --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 85b6539..538df97 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,9 @@ }, "publishConfig": { "ignore": [ - ".github/workflows" + ".github/workflows", + "example", + "CHANGELOG.md" ] } }