From 3ca0f5440d67c573ca1e6084485341c244253a11 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Mon, 17 Nov 2025 20:16:19 -0500 Subject: [PATCH] Remove history.md from being packaged on publish Removed HISTORY.md from the files list in package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 74b1ae71..3998f795 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "files": [ "lib/", "LICENSE", - "HISTORY.md", "index.js" ], "engines": {