From 80a0c05ce3e0e1babe5c8fc97ef24fd67cb4e735 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 23 Oct 2018 13:55:52 -0700 Subject: [PATCH] Removed react-cache from the bundle list for now (#13930) * Removed react-cache from the bundle list for now * Re-add react-cache bundle, but mark as private to avoid NPM publishing --- packages/react-cache/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-cache/package.json b/packages/react-cache/package.json index 6278086228..b8d610d4ea 100644 --- a/packages/react-cache/package.json +++ b/packages/react-cache/package.json @@ -1,4 +1,5 @@ { + "private": true, "name": "react-cache", "description": "A basic cache for React applications", "version": "16.6.0-beta.0",