From e9a5df2029714091cf434ca1c620319db60dbb9d Mon Sep 17 00:00:00 2001 From: osher Date: Sun, 5 May 2024 20:03:28 +0300 Subject: [PATCH] [meta] ship only production files this will give you ~90% reduction of your on-disk node_modules footprint (from 644K to 65K). Good work with the test, bud, but don't ship them... --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index fd1d76d..88ab2c9 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,10 @@ "resolve": "./bin/resolve" }, "main": "index.js", + "files": [ + "lib", + "bin" + ], "exports": { ".": [ {