diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-02-27 16:52:32 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-02-27 16:52:32 +0100 |
| commit | bd12416765adeccb925866248c05a867ed71b2cb (patch) | |
| tree | 5f4d83d2b36792f579d630ea65421465f2d0289b /package.json | |
| parent | 51519f32056fcbd6bf29b273a826389f0912bf7d (diff) | |
support a bunch of game consoles and old androids
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json index 73205cd..e779519 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,11 @@ "fingerprintjs2": "^2.1.2", "golden-layout": "^1.5.9", "regenerator-runtime": "^0.13.7" - } + }, + "browserslist": [ + "defaults", + "Safari > 3", + "Opera > 8", + "Android > 3" + ] } |
