From 0cd564815534dcff28d722280e0e6267edada1ee Mon Sep 17 00:00:00 2001 From: Moti Zilberman Date: Thu, 31 Aug 2023 09:19:52 -0700 Subject: [PATCH] Fix up missing index.js in `files` (#39244) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39244 Changelog: [Internal] TSIA. Fixup from D48680624. #publish-packages-to-npm bypass-github-export-checks Reviewed By: huntie Differential Revision: D48869800 fbshipit-source-id: 40733d09f9423232b4b5adb120bf268f8f7e4994 --- packages/debugger-frontend/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/debugger-frontend/package.json b/packages/debugger-frontend/package.json index 2cc9ee0003c..55ff9250d0b 100644 --- a/packages/debugger-frontend/package.json +++ b/packages/debugger-frontend/package.json @@ -15,6 +15,7 @@ }, "license": "BSD-3-Clause", "files": [ + "index.js", "dist", "BUILD_INFO" ],