From 57f70aab91be99f7cf3a9ae3b9ddf635956d805e Mon Sep 17 00:00:00 2001 From: Greg Soucy Date: Sat, 21 Mar 2026 00:13:06 -0400 Subject: [PATCH] Restrict published package files to v1.1.0 boundary --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de58546..773b85c 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "examples/v1.1.0/", "manifest.json", "checksums.txt", - "LICENSE", "README.md", + "LICENSE", "index.js" ], "main": "index.js",