From 4e299e6c3124c155252310b5b39e5447e2c30556 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 24 May 2024 16:28:19 -0600 Subject: [PATCH] fix(package): include the index.js --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b395e59..6fbf298 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "./eslint": "./configs/eslint.js" }, "files": [ + "./index.js", "./configs" ], "prettier": "./configs/prettier.js",