fix: fix botched merge

This commit is contained in:
Waldemar Reusch 2023-03-12 01:05:30 +01:00
parent 3faa482df1
commit 3a34f31fd0

View File

@ -49,19 +49,17 @@
"@typescript-eslint/no-redeclare": "off", "@typescript-eslint/no-redeclare": "off",
"no-labels": "off" "no-labels": "off"
} }
} },
] "browserslist": {
}, "production": [
"browserslist": {
"production": [
">0.2%", ">0.2%",
"not dead", "not dead",
"not op_mini all" "not op_mini all"
], ],
"development": [ "development": [
"last 1 chrome version", "last 1 chrome version",
"last 1 firefox version", "last 1 firefox version",
"last 1 safari version" "last 1 safari version"
] ]
} }
} }