From 83132ad34b1bdf44f0ef7a127dacebdf616dba1c Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 1 Jun 2022 16:47:58 -0500 Subject: [PATCH] package.json: restore browserList This reverts a workaround from long ago that should no longer be needed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a3261b0..9db66511 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "not op_mini all" ], "development": [ - "chrome 79", + "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ]