mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
make browserlist require BigInt
This commit is contained in:
+5
-3
@@ -71,9 +71,11 @@
|
|||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
">0.2%",
|
"chrome >= 67",
|
||||||
"not dead",
|
"edge >= 79",
|
||||||
"not op_mini all"
|
"firefox >= 68",
|
||||||
|
"opera >= 54",
|
||||||
|
"safari >= 14"
|
||||||
],
|
],
|
||||||
"development": [
|
"development": [
|
||||||
"last 1 chrome version",
|
"last 1 chrome version",
|
||||||
|
|||||||
Reference in New Issue
Block a user