From eb28fc5f7ed6df4c232e7f66da896177a663a1dd Mon Sep 17 00:00:00 2001 From: Scott McIntyre Date: Mon, 11 Nov 2024 11:19:15 -0500 Subject: [PATCH] chore: limit packed files --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 275e2e2..a63a533 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "3.0.1", "description": "Add buildInitialState method to your reducers", "main": "lib/index.js", + "files": [ + "/lib" + ], "scripts": { "clean": "rimraf lib", "prebuild": "npm run test:lint && npm run clean",