diff options
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" + ] } |
