From f3437c0120007440a33a3437d4da4d3d7ae1ab38 Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Fri, 8 Jul 2022 04:49:24 -0400 Subject: [PATCH] (chore) be picky about which files to bundle --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 840fa59..380b352 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,10 @@ "base16-builder", "base24-builder" ], + "files": [ + "lib/**", + "bin/**" + ], "author": "Josh Goebel ", "contributors": [ "Richard Neil Ilagan "