From edb076c996542121f2d2ee65ed7aeeb325fda85e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 13 May 2024 12:34:21 -0600 Subject: [PATCH] chore: explicitly add index.js to package.json.files --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 281ed1a..36ff232 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js", "main": "index.js", "files": [ + "index.js", "compat.js", "lib", "scripts"