From 147a08d41ff472e6ee84b0953449b2c547407491 Mon Sep 17 00:00:00 2001 From: D1plo1d Date: Tue, 17 Nov 2020 16:44:08 -0500 Subject: [PATCH] Added browserlist to nested package.jsons (missed these the first time) --- packages/react-async-devtools/package.json | 1 + packages/react-async/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/react-async-devtools/package.json b/packages/react-async-devtools/package.json index de29ea57..7a761706 100644 --- a/packages/react-async-devtools/package.json +++ b/packages/react-async-devtools/package.json @@ -10,6 +10,7 @@ "author": "Gert Hengeveld ", "license": "ISC", "homepage": "https://react-async.com/", + "browserslist": "last 2 Firefox versions", "repository": { "type": "git", "url": "https://github.com/async-library/react-async.git", diff --git a/packages/react-async/package.json b/packages/react-async/package.json index 58f73bdb..2dc91035 100644 --- a/packages/react-async/package.json +++ b/packages/react-async/package.json @@ -12,6 +12,7 @@ "author": "Gert Hengeveld ", "license": "ISC", "homepage": "https://react-async.com/", + "browserslist": "last 2 Firefox versions", "repository": { "type": "git", "url": "https://github.com/async-library/react-async.git",