From 8fdecf30101c76b2810fb649d45ca0071199c7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Mon, 1 Jul 2019 02:35:42 -0700 Subject: [PATCH] - Publish `react-native.config.js` (#25436) Summary: Looks we forgot to add this file to publish list. By adding it, we can remove some code in CLI that special-cases `react-native` package, since it now announces itself as a proper platform. cc kelset, we'd like to have this cherry-picked for 0.60. ## Changelog [Internal] [Fixed] - Publish `react-native.config.js` Pull Request resolved: https://github.com/facebook/react-native/pull/25436 Test Plan: `npm pack` shows `react-native.config.js` Differential Revision: D16071113 Pulled By: cpojer fbshipit-source-id: df18affbb9a0ad7f2cfdd1a4cc93191aa5ffadeb --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2f0bda6fbb8..bc41a015f57 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "Libraries", "LICENSE", "packager", + "react-native.config.js", "react.gradle", "React.podspec", "React",