From 657b7e53a07b70658d2b533d3eba09ab10ae209f Mon Sep 17 00:00:00 2001 From: Pierre Colle Date: Fri, 12 Aug 2022 19:02:40 +0200 Subject: [PATCH] feat: add files in package.json to reduce package footprint --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 3e7d541..9316917 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,10 @@ "type": "git", "url": "git+https://github.com/piercus/kalman-filter.git" }, + "files": [ + "index.js", + "lib" + ], "release": { "branches": [ "master"